All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol Maven / Gradle / Ivy

Go to download

mXparser is a super easy, rich, fast and highly flexible math expression parser library (parser and evaluator of mathematical expressions / formulas provided as plain text / string). Software delivers easy to use API for JAVA, Android and C# .NET/MONO (Common Language Specification compliant: F#, Visual Basic, C++/CLI). *** If you find the software useful donation or purchase is something you might consider: https://mathparser.org/donate/ *** Online store: https://payhip.com/INFIMA *** Scalar Scientific Calculator, Charts and Scripts, Scalar Lite: https://play.google.com/store/apps/details?id=org.mathparser.scalar.lite *** Scalar Pro: https://play.google.com/store/apps/details?id=org.mathparser.scalar.pro *** ScalarMath.org: https://scalarmath.org/ *** MathSpace.pl: https://mathspace.pl/ ***

There is a newer version: 6.1.0
Show newest version
/*
 * @(#)ParserSymbol.java        6.0.0    2024-05-19
 *
 * MathParser.org-mXparser DUAL LICENSE AGREEMENT as of date 2024-05-19
 * The most up-to-date license is available at the below link:
 * - https://mathparser.org/mxparser-license
 *
 * AUTHOR: Copyright 2010 - 2024 Mariusz Gromada - All rights reserved
 * PUBLISHER: INFIMA - https://payhip.com/infima
 *
 * SOFTWARE means source code and/or binary form and/or documentation.
 * PRODUCT: MathParser.org-mXparser SOFTWARE
 * LICENSE: DUAL LICENSE AGREEMENT
 *
 * BY INSTALLING, COPYING, OR OTHERWISE USING THE PRODUCT, YOU AGREE TO BE
 * BOUND BY ALL OF THE TERMS AND CONDITIONS OF THE DUAL LICENSE AGREEMENT.
 *
 * The AUTHOR & PUBLISHER provide the PRODUCT under the DUAL LICENSE AGREEMENT
 * model designed to meet the needs of both non-commercial use and commercial
 * use.
 *
 * NON-COMMERCIAL USE means any use or activity where a fee is not charged
 * and the purpose is not the sale of a good or service, and the use or
 * activity is not intended to produce a profit. Examples of NON-COMMERCIAL USE
 * include:
 *
 * 1. Non-commercial open-source software.
 * 2. Non-commercial mobile applications.
 * 3. Non-commercial desktop software.
 * 4. Non-commercial web applications/solutions.
 * 5. Non-commercial use in research, scholarly and educational context.
 *
 * The above list is non-exhaustive and illustrative only.
 *
 * COMMERCIAL USE means any use or activity where a fee is charged or the
 * purpose is the sale of a good or service, or the use or activity is
 * intended to produce a profit. COMMERCIAL USE examples:
 *
 * 1. OEMs (Original Equipment Manufacturers).
 * 2. ISVs (Independent Software Vendors).
 * 3. VARs (Value Added Resellers).
 * 4. Other distributors that combine and distribute commercially licensed
 *    software.
 *
 * The above list is non-exhaustive and illustrative only.
 *
 * IN CASE YOU WANT TO USE THE PRODUCT COMMERCIALLY, YOU MUST PURCHASE THE
 * APPROPRIATE LICENSE FROM "INFIMA" ONLINE STORE, STORE ADDRESS:
 *
 * 1. https://mathparser.org/order-commercial-license
 * 2. https://payhip.com/infima
 *
 * NON-COMMERCIAL LICENSE
 *
 * Redistribution and use of the PRODUCT in source and/or binary forms,
 * with or without modification, are permitted provided that the following
 * conditions are met:
 *
 * 1. Redistributions of source code must retain the unmodified content of
 *    the entire MathParser.org-mXparser DUAL LICENSE AGREEMENT, including
 *    the definition of NON-COMMERCIAL USE, the definition of COMMERCIAL USE,
 *    the NON-COMMERCIAL LICENSE conditions, the COMMERCIAL LICENSE conditions,
 *    and the following DISCLAIMER.
 * 2. Redistributions in binary form must reproduce the entire content of
 *    MathParser.org-mXparser DUAL LICENSE AGREEMENT in the documentation
 *    and/or other materials provided with the distribution, including the
 *    definition of NON-COMMERCIAL USE, the definition of COMMERCIAL USE, the
 *    NON-COMMERCIAL LICENSE conditions, the COMMERCIAL LICENSE conditions,
 *    and the following DISCLAIMER.
 * 3. Any form of redistribution requires confirmation and signature of
 *    the NON-COMMERCIAL USE by successfully calling the method:
 *       License.iConfirmNonCommercialUse(...)
 *    The method call is used only internally for logging purposes, and
 *    there is no connection with other external services, and no data is
 *    sent or collected. The lack of a method call (or its successful call)
 *    does not affect the operation of the PRODUCT in any way. Please see
 *    the API documentation.
 *
 * COMMERCIAL LICENSE
 *
 *  1. Before purchasing a commercial license, the AUTHOR & PUBLISHER allow
 *     you to download, install, and use up to three copies of the PRODUCT to
 *     perform integration tests, confirm the quality of the PRODUCT, and
 *     its suitability. The testing period should be limited to fourteen
 *     days. Tests should be performed under the test environments conditions
 *     and not for profit generation.
 *  2. Provided that you purchased a license from "INFIMA" online store
 *     (store address: https://mathparser.org/order-commercial-license or
 *     https://payhip.com/infima), and you comply with all terms and
 *     conditions below, and you have acknowledged and understood the
 *     following DISCLAIMER, the AUTHOR & PUBLISHER grant you a nonexclusive
 *     license with the following rights:
 *  3. The license is granted only to you, the person or entity that made
 *     the purchase, identified and confirmed by the data provided during
 *     the purchase.
 *  4. If you purchased a license in the "ONE-TIME PURCHASE" model, the
 *     license is granted only for the PRODUCT version specified in the
 *     purchase. The upgrade policy gives you additional rights, described
 *     in the dedicated section below.
 *  5. If you purchased a license in the "SUBSCRIPTION" model, you may
 *     install and use any version of the PRODUCT during the subscription
 *     validity period.
 *  6. If you purchased a "SINGLE LICENSE" you may install and use the
 *     PRODUCT on/from one workstation that is located/accessible at/from
 *     any of your premises.
 *  7. Additional copies of the PRODUCT may be installed and used on/from
 *     more than one workstation, limited to the number of workstations
 *     purchased per order.
 *  8. If you purchased a "SITE LICENSE", the PRODUCT may be installed
 *     and used on/from all workstations located/accessible at/from any
 *     of your premises.
 *  9. You may incorporate the unmodified PRODUCT into your own products
 *     and software.
 * 10. If you purchased a license with the "SOURCE CODE" option, you may
 *     modify the PRODUCT's source code and incorporate the modified source
 *     code into your own products and/or software.
 * 11. Provided that the license validity period has not expired, you may
 *     distribute your product and/or software with the incorporated
 *     PRODUCT royalty-free.
 * 12. You may make copies of the PRODUCT for backup and archival purposes.
 * 13. Any form of redistribution requires confirmation and signature of
 *     the COMMERCIAL USE by successfully calling the method:
 *        License.iConfirmCommercialUse(...)
 *     The method call is used only internally for logging purposes, and
 *     there is no connection with other external services, and no data is
 *     sent or collected. The lack of a method call (or its successful call)
 *     does not affect the operation of the PRODUCT in any way. Please see
 *     the API documentation.
 * 14. The AUTHOR & PUBLISHER reserve all rights not expressly granted to
 *     you in this agreement.
 *
 * ADDITIONAL CLARIFICATION ON WORKSTATION
 *
 * A workstation is a device, a remote device, or a virtual device, used by
 * you, your employees, or other entities to whom you have commissioned
 * tasks. For example, the number of workstations may refer to the number
 * of software developers, engineers, architects, scientists, and other
 * professionals who use the PRODUCT on your behalf. The number of
 * workstations is not the number of copies of your end-product that you
 * distribute to your end-users.
 *
 * By purchasing the COMMERCIAL LICENSE, you only pay for the number of
 * workstations, while the number of copies/users of your final product
 * (delivered to your end-users) is not limited.
 *
 * Below are some examples to help you select the right license size:
 *
 * Example 1: Single Workstation License
 * Only one developer works on the development of your application. You do
 * not use separate environments for testing, meaning you design, create,
 * test, and compile your final application on one environment. In this
 * case, you need a license for a single workstation.
 *
 * Example 2: Up to 5 Workstations License
 * Two developers are working on the development of your application.
 * Additionally, one tester conducts tests in a separate environment.
 * You use three workstations in total, so you need a license for up to
 * five workstations.
 *
 * Example 3: Up to 20 Workstations License
 * Ten developers are working on the development of your application.
 * Additionally, five testers conduct tests in separate environments.
 * You use fifteen workstations in total, so you need a license for
 * up to twenty workstations.
 *
 * Example 4: Site License
 * Several dozen developers and testers work on the development of your
 * application using multiple environments. You have a large,
 * multi-disciplinary team involved in creating your solution. As your team
 * is growing and you want to avoid licensing limitations, the best choice
 * would be a site license.
 *
 * UPGRADE POLICY
 *
 * The PRODUCT is versioned according to the following convention:
 *
 *    [MAJOR].[MINOR].[PATCH]
 *
 * 1. COMMERCIAL LICENSE holders can install and use the updated version
 *    for bug fixes free of charge, i.e. if you have purchased a license
 *    for the [MAJOR].[MINOR] version (e.g., 5.0), you can freely install
 *    all releases specified in the [PATCH] version (e.g., 5.0.2).
 *    The license terms remain unchanged after the update.
 * 2. COMMERCIAL LICENSE holders for the [MAJOR].[MINOR] version (e.g., 5.0)
 *    can install and use the updated version [MAJOR].[MINOR + 1] free of
 *    charge, i.e., plus one release in the [MINOR] range (e.g., 5.1). The
 *    license terms remain unchanged after the update.
 * 3. COMMERCIAL LICENSE holders who wish to upgrade their version, but are
 *    not eligible for the free upgrade, can claim a discount when
 *    purchasing the upgrade. For this purpose, please contact us via e-mail.
 *
 * DISCLAIMER
 *
 * THIS PRODUCT IS PROVIDED BY THE AUTHOR & PUBLISHER "AS IS" AND ANY EXPRESS
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED. IN NO EVENT SHALL AUTHOR OR PUBLISHER OR CONTRIBUTORS BE
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS PRODUCT, EVEN IF ADVISED OF
 * THE POSSIBILITY OF SUCH DAMAGE.
 *
 * THE VIEWS AND CONCLUSIONS CONTAINED IN THE PRODUCT AND DOCUMENTATION ARE
 * THOSE OF THE AUTHORS AND SHOULD NOT BE INTERPRETED AS REPRESENTING
 * OFFICIAL POLICIES, EITHER EXPRESSED OR IMPLIED, OF THE AUTHOR OR PUBLISHER.
 *
 * CONTACT
 *
 * - e-mail: [email protected]
 * - website: https://mathparser.org
 * - source code: https://github.com/mariuszgromada/MathParser.org-mXparser
 * - online store: https://mathparser.org/order-commercial-license
 * - online store: https://payhip.com/infima
 */
package org.mariuszgromada.math.mxparser.parsertokens;

import org.mariuszgromada.math.mxparser.mXparser;
/**
 * Parser symbols - mXparser tokens definition.
 *
 * @author         Mariusz Gromada
* MathParser.org - mXparser project page
* mXparser on GitHub
* INFIMA place to purchase a commercial MathParser.org-mXparser software license
* [email protected]
* ScalarMath.org - a powerful math engine and math scripting language
* Scalar Lite
* Scalar Pro
* MathSpace.pl
* * @version 5.2.0 */ public final class ParserSymbol { /* * ParserSymbol - reg exp patterns. */ public static final String DIGIT = "[0-9]"; public static final String DIGIT_B1 = "1"; public static final String DIGIT_B2 = "[01]"; public static final String DIGIT_B3 = "[0-2]"; public static final String DIGIT_B4 = "[0-3]"; public static final String DIGIT_B5 = "[0-4]"; public static final String DIGIT_B6 = "[0-5]"; public static final String DIGIT_B7 = "[0-6]"; public static final String DIGIT_B8 = "[0-7]"; public static final String DIGIT_B9 = "[0-8]"; public static final String DIGIT_B10 = "[0-9]"; public static final String DIGIT_B11 = "[0-9aA]"; public static final String DIGIT_B12 = "[0-9a-bA-B]"; public static final String DIGIT_B13 = "[0-9a-cA-C]"; public static final String DIGIT_B14 = "[0-9a-dA-D]"; public static final String DIGIT_B15 = "[0-9a-eA-E]"; public static final String DIGIT_B16 = "[0-9a-fA-F]"; public static final String DIGIT_B17 = "[0-9a-gA-G]"; public static final String DIGIT_B18 = "[0-9a-hA-H]"; public static final String DIGIT_B19 = "[0-9a-iA-I]"; public static final String DIGIT_B20 = "[0-9a-jA-J]"; public static final String DIGIT_B21 = "[0-9a-kA-K]"; public static final String DIGIT_B22 = "[0-9a-lA-L]"; public static final String DIGIT_B23 = "[0-9a-mA-M]"; public static final String DIGIT_B24 = "[0-9a-nA-N]"; public static final String DIGIT_B25 = "[0-9a-oA-O]"; public static final String DIGIT_B26 = "[0-9a-pA-P]"; public static final String DIGIT_B27 = "[0-9a-qA-Q]"; public static final String DIGIT_B28 = "[0-9a-rA-R]"; public static final String DIGIT_B29 = "[0-9a-sA-S]"; public static final String DIGIT_B30 = "[0-9a-tA-T]"; public static final String DIGIT_B31 = "[0-9a-uA-U]"; public static final String DIGIT_B32 = "[0-9a-vA-V]"; public static final String DIGIT_B33 = "[0-9a-wA-W]"; public static final String DIGIT_B34 = "[0-9a-xA-X]"; public static final String DIGIT_B35 = "[0-9a-yA-Y]"; public static final String DIGIT_B36 = "[0-9a-zA-Z]"; public static final String INTEGER = DIGIT + "(" + DIGIT + ")*"; public static final String DEC_FRACT = "(" + INTEGER + ")?" + "\\." + INTEGER; public static final String DEC_FRACT_OR_INT = "(" + DEC_FRACT + "|" + INTEGER + ")"; public static final String DECIMAL_REG_EXP = "[+-]?" + DEC_FRACT_OR_INT + "([eE][+-]?" + INTEGER + ")?"; public static final String BASE1_REG_EXP = "[+-]?[bB]1\\.(" + DIGIT_B1 + ")*"; public static final String BASE2_REG_EXP = "[+-]?[bB][2]?\\." + DIGIT_B2 + "(" + DIGIT_B2 + ")*"; public static final String BASE3_REG_EXP = "[+-]?[bB]3\\." + DIGIT_B3 + "(" + DIGIT_B3 + ")*"; public static final String BASE4_REG_EXP = "[+-]?[bB]4\\." + DIGIT_B4 + "(" + DIGIT_B4 + ")*"; public static final String BASE5_REG_EXP = "[+-]?[bB]5\\." + DIGIT_B5 + "(" + DIGIT_B5 + ")*"; public static final String BASE6_REG_EXP = "[+-]?[bB]6\\." + DIGIT_B6 + "(" + DIGIT_B6 + ")*"; public static final String BASE7_REG_EXP = "[+-]?[bB]7\\." + DIGIT_B7 + "(" + DIGIT_B7 + ")*"; public static final String BASE8_REG_EXP = "[+-]?([bB]8|[oO])\\." + DIGIT_B8 + "(" + DIGIT_B8 + ")*"; public static final String BASE9_REG_EXP = "[+-]?[bB]9\\." + DIGIT_B9 + "(" + DIGIT_B9 + ")*"; public static final String BASE10_REG_EXP = "[+-]?[bB]10\\." + DIGIT_B10 + "(" + DIGIT_B10 + ")*"; public static final String BASE11_REG_EXP = "[+-]?[bB]11\\." + DIGIT_B11 + "(" + DIGIT_B11 + ")*"; public static final String BASE12_REG_EXP = "[+-]?[bB]12\\." + DIGIT_B12 + "(" + DIGIT_B12 + ")*"; public static final String BASE13_REG_EXP = "[+-]?[bB]13\\." + DIGIT_B13 + "(" + DIGIT_B13 + ")*"; public static final String BASE14_REG_EXP = "[+-]?[bB]14\\." + DIGIT_B14 + "(" + DIGIT_B14 + ")*"; public static final String BASE15_REG_EXP = "[+-]?[bB]15\\." + DIGIT_B15 + "(" + DIGIT_B15 + ")*"; public static final String BASE16_REG_EXP = "[+-]?([bB]16|[hH])\\." + DIGIT_B16 + "(" + DIGIT_B16 + ")*"; public static final String BASE17_REG_EXP = "[+-]?[bB]17\\." + DIGIT_B17 + "(" + DIGIT_B17 + ")*"; public static final String BASE18_REG_EXP = "[+-]?[bB]18\\." + DIGIT_B18 + "(" + DIGIT_B18 + ")*"; public static final String BASE19_REG_EXP = "[+-]?[bB]19\\." + DIGIT_B19 + "(" + DIGIT_B19 + ")*"; public static final String BASE20_REG_EXP = "[+-]?[bB]20\\." + DIGIT_B20 + "(" + DIGIT_B20 + ")*"; public static final String BASE21_REG_EXP = "[+-]?[bB]21\\." + DIGIT_B21 + "(" + DIGIT_B21 + ")*"; public static final String BASE22_REG_EXP = "[+-]?[bB]22\\." + DIGIT_B22 + "(" + DIGIT_B22 + ")*"; public static final String BASE23_REG_EXP = "[+-]?[bB]23\\." + DIGIT_B23 + "(" + DIGIT_B23 + ")*"; public static final String BASE24_REG_EXP = "[+-]?[bB]24\\." + DIGIT_B24 + "(" + DIGIT_B24 + ")*"; public static final String BASE25_REG_EXP = "[+-]?[bB]25\\." + DIGIT_B25 + "(" + DIGIT_B25 + ")*"; public static final String BASE26_REG_EXP = "[+-]?[bB]26\\." + DIGIT_B26 + "(" + DIGIT_B26 + ")*"; public static final String BASE27_REG_EXP = "[+-]?[bB]27\\." + DIGIT_B27 + "(" + DIGIT_B27 + ")*"; public static final String BASE28_REG_EXP = "[+-]?[bB]28\\." + DIGIT_B28 + "(" + DIGIT_B28 + ")*"; public static final String BASE29_REG_EXP = "[+-]?[bB]29\\." + DIGIT_B29 + "(" + DIGIT_B29 + ")*"; public static final String BASE30_REG_EXP = "[+-]?[bB]30\\." + DIGIT_B30 + "(" + DIGIT_B30 + ")*"; public static final String BASE31_REG_EXP = "[+-]?[bB]31\\." + DIGIT_B31 + "(" + DIGIT_B31 + ")*"; public static final String BASE32_REG_EXP = "[+-]?[bB]32\\." + DIGIT_B32 + "(" + DIGIT_B32 + ")*"; public static final String BASE33_REG_EXP = "[+-]?[bB]33\\." + DIGIT_B33 + "(" + DIGIT_B33 + ")*"; public static final String BASE34_REG_EXP = "[+-]?[bB]34\\." + DIGIT_B34 + "(" + DIGIT_B34 + ")*"; public static final String BASE35_REG_EXP = "[+-]?[bB]35\\." + DIGIT_B35 + "(" + DIGIT_B35 + ")*"; public static final String BASE36_REG_EXP = "[+-]?[bB]36\\." + DIGIT_B36 + "(" + DIGIT_B36 + ")*"; public static final String BASE_OTHER_REG_EXP = "(" + BASE1_REG_EXP + "|" + BASE2_REG_EXP + "|" + BASE3_REG_EXP + "|" + BASE4_REG_EXP + "|" + BASE5_REG_EXP + "|" + BASE6_REG_EXP + "|" + BASE7_REG_EXP + "|" + BASE8_REG_EXP + "|" + BASE9_REG_EXP + "|" + BASE10_REG_EXP + "|" + BASE11_REG_EXP + "|" + BASE12_REG_EXP + "|" + BASE13_REG_EXP + "|" + BASE14_REG_EXP + "|" + BASE15_REG_EXP + "|" + BASE16_REG_EXP + "|" + BASE17_REG_EXP + "|" + BASE18_REG_EXP + "|" + BASE19_REG_EXP + "|" + BASE20_REG_EXP + "|" + BASE21_REG_EXP + "|" + BASE22_REG_EXP + "|" + BASE23_REG_EXP + "|" + BASE24_REG_EXP + "|" + BASE25_REG_EXP + "|" + BASE26_REG_EXP + "|" + BASE27_REG_EXP + "|" + BASE28_REG_EXP + "|" + BASE29_REG_EXP + "|" + BASE30_REG_EXP + "|" + BASE31_REG_EXP + "|" + BASE32_REG_EXP + "|" + BASE33_REG_EXP + "|" + BASE34_REG_EXP + "|" + BASE35_REG_EXP + "|" + BASE36_REG_EXP + ")"; public static final String UNICODE_NAME_REG_EXP = "(" + "\u03b1" /* α */ + "|" + "\u03b2" /* β */ + "|" + "\u03b3" /* γ */ + "|" + "\u03b4" /* δ */ + "|" + "\u03b5" /* ε */ + "|" + "\u03b6" /* ζ */ + "|" + "\u03b7" /* η */ + "|" + "\u03b8" /* θ */ + "|" + "\u03b9" /* ι */ + "|" + "\u03ba" /* κ */ + "|" + "\u03bb" /* λ */ + "|" + "\u03bc" /* μ */ + "|" + "\u03bd" /* ν */ + "|" + "\u03be" /* ξ */ + "|" + "\u03bf" /* ο */ + "|" + "\u03c0" /* π */ + "|" + "\u03c1" /* ρ */ + "|" + "\u03c2" /* ς */ + "|" + "\u03c3" /* σ */ + "|" + "\u03c4" /* τ */ + "|" + "\u03c5" /* υ */ + "|" + "\u03c6" /* φ */ + "|" + "\u03c7" /* χ */ + "|" + "\u03c8" /* ψ */ + "|" + "\u03c9" /* ω */ + "|" + "\u0391" /* Α */ + "|" + "\u0392" /* Β */ + "|" + "\u0393" /* Γ */ + "|" + "\u0394" /* Δ */ + "|" + "\u0395" /* Ε */ + "|" + "\u0396" /* Ζ */ + "|" + "\u0397" /* Η */ + "|" + "\u0398" /* Θ */ + "|" + "\u0399" /* Ι */ + "|" + "\u039a" /* Κ */ + "|" + "\u039b" /* Λ */ + "|" + "\u039c" /* Μ */ + "|" + "\u039d" /* Ν */ + "|" + "\u039e" /* Ξ */ + "|" + "\u039f" /* Ο */ + "|" + "\u03a0" /* Π */ + "|" + "\u03a1" /* Ρ */ + "|" + "\u03a3" /* Σ */ + "|" + "\u03a4" /* Τ */ + "|" + "\u03a5" /* Υ */ + "|" + "\u03a6" /* Φ */ + "|" + "\u03a7" /* Χ */ + "|" + "\u03a8" /* Ψ */ + "|" + "\u03a9" /* Ω */ + "|" + "\u2211" /* ∑ */ + "|" + "\u220f" /* ∏ */ + "|" + "\u213f" /* ℿ */ + "|" + "\u2206" /* ∆ */ + "|" + "\u2207" /* ∇ */ + "|" + "\u222b" /* ∫ */ + "|" + "\u213c" /* ℼ */ + "|" + "\u2107" /* ℇ */ + "|" + "\u2147" /* ⅇ */ + "|" + "\u212f" /* ℯ */ + "|" + "\u2202" /* ∂ */ + ")"; public static final String FRACTION = "(" + INTEGER + "\\_)?" + INTEGER + "\\_" + INTEGER; public static final String nameOnlyTokenRegExp = "(" + "([a-zA-Z_])+([a-zA-Z0-9_])*" + "|" + UNICODE_NAME_REG_EXP + ")"; public static final String unitOnlyTokenRegExp = "\\[" + nameOnlyTokenRegExp + "\\]"; public static final String nameOnlyTokenOptBracketsRegExp = "(" + nameOnlyTokenRegExp + "|" + unitOnlyTokenRegExp + ")"; public static final String nameTokenRegExp = "(\\s)*" + nameOnlyTokenRegExp + "(\\s)*"; public static final String nameTokenOptBracketsRegExp = "(\\s)*" + nameOnlyTokenOptBracketsRegExp + "(\\s)*"; public static final String paramsTokenRegeExp = "(\\s)*\\(" + "(" + nameTokenRegExp + ",(\\s)*)*" + nameTokenRegExp + "\\)(\\s)*"; public static final String constArgDefStrRegExp = nameTokenRegExp + "=" + "(\\s)*(.)+(\\s)*"; public static final String constUnitgDefStrRegExp = nameTokenOptBracketsRegExp + "=" + "(\\s)*(.)+(\\s)*"; public static final String functionDefStrRegExp = nameTokenRegExp + paramsTokenRegeExp + "=" + "(\\s)*(.)+(\\s)*"; public static final String function1ArgDefStrRegExp = nameTokenRegExp + "(\\s)*\\(" + nameTokenRegExp + "(\\s)*\\)(\\s)*" + "=" + "(\\s)*(.)+(\\s)*"; public static final String functionVariadicDefStrRegExp = nameTokenRegExp + "(\\s)*" + "\\(" + "(\\s)*" + "\\.\\.\\." + "(\\s)*" + "\\)" + "(\\s)*" + "=" + "(\\s)*(.)+(\\s)*"; public static final String ANY_NUMBER_LITERAL_REG_EXP = "(" + DECIMAL_REG_EXP + "|" + BASE_OTHER_REG_EXP + "|" + FRACTION + ")"; public static final String NUMBER_NAME_IMPL_MULTI_REG_EXP = "(" + "(" + ANY_NUMBER_LITERAL_REG_EXP + nameOnlyTokenOptBracketsRegExp + ")+" + "(" + ANY_NUMBER_LITERAL_REG_EXP + ")?" + "|" + "(" + nameOnlyTokenOptBracketsRegExp + ANY_NUMBER_LITERAL_REG_EXP + ")+" + "(" + nameOnlyTokenOptBracketsRegExp + ")?" + ")"; /* * ParserSymbol - token type id. */ public static final int TYPE_ID = 20; public static String TYPE_DESC = ParserSymbol.NA; /* * ParserSymbol - tokens id. */ public static final int LEFT_PARENTHESES_ID = 1; public static final int RIGHT_PARENTHESES_ID = 2; public static final int COMMA_ID = 3; public static final int BLANK_ID = 4; public static final int NUMBER_ID = 1; public static final int NUMBER_TYPE_ID = 0; /* * ParserSymbol - tokens key words. */ public static final String LEFT_PARENTHESES_STR = "("; public static final String RIGHT_PARENTHESES_STR = ")"; public static final String COMMA_STR = ","; public static final String SEMI_STR = ";"; public static final String BLANK_STR = " "; public static final String NUMBER_STR = "_num_"; /* * ParserSymbol - syntax. */ public static final String LEFT_PARENTHESES_SYN = "( ... )"; public static final String RIGHT_PARENTHESES_SYN = "( ... )"; public static final String COMMA_SYN = "(a1, ... ,an)"; public static final String SEMI_SYN = "(a1; ... ;an)"; public static final String BLANK_SYN = " "; public static final String NUMBER_SYN = "-2, 0.2, -002.1, 2.3e10, -.212, 1_2, 2_1_3, b1.111, b2.1001, h.af1,..."; /* * ParserSymbol - tokens description. */ public static final String NA = ""; public static String LEFT_PARENTHESES_DESC = ParserSymbol.NA; public static String RIGHT_PARENTHESES_DESC = ParserSymbol.NA; public static String COMMA_DESC = ParserSymbol.NA; public static String SEMI_DESC = ParserSymbol.NA; public static String BLANK_DESC = ParserSymbol.NA; public static String UNICODE_MATH_DESC = ParserSymbol.NA; public static String NUMBER_LITERAL_STR = ParserSymbol.NA; public static String NUMBER_LITERAL_DESC = ParserSymbol.NA; /* * ParserSymbol - since. */ public static final String LEFT_PARENTHESES_SINCE = mXparser.NAMEv10; public static final String RIGHT_PARENTHESES_SINCE = mXparser.NAMEv10; public static final String COMMA_SINCE = mXparser.NAMEv10; public static final String BLANK_SINCE = mXparser.NAMEv42; public static final String NUMBER_SINCE = mXparser.NAMEv10; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy