All Packages Class Hierarchy This Package Previous Next Index
Class mathbus.parse.YYMBMathematicaTokentypes
java.lang.Object
|
+----mathbus.parse.YYMBMathematicaTokentypes
- public abstract class YYMBMathematicaTokentypes
- extends Object
-
AND
-
-
ASSIGN
-
-
BIGINT_LITERAL
-
-
BOOLEAN_LITERAL
-
-
CHARACTER_LITERAL
-
-
COSINE
-
-
DOUBLE_DOTS
-
-
DOUBLE_LITERAL
-
-
EOF
-
-
EULER_CONSTANT
-
-
EXPONENTIAL_FUNCTION
-
-
FLOAT_LITERAL
-
-
FOR
-
-
IDENTIFIER
-
-
IMAGINARY_UNIT
-
-
IMPLIES
-
-
INTEGER_LITERAL
-
-
INTEGRAL
-
-
LOGARITHM
-
-
LONG_LITERAL
-
-
NEG
-
-
NNEG
-
-
nontermmax
-
-
nontermmin
-
-
nontermnames
-
-
NOT
-
-
NPOS
-
-
nt_ALG_FUNCTION_IDENTIFIER
-
-
nt_ALG_VARIABLE_IDENTIFIER
-
-
nt_ARGUMENT_LIST
-
-
nt_ASSIGNMENT
-
-
nt_BIGINT_NODE
-
-
nt_CONSTANT
-
-
nt_EQUATION
-
-
nt_EXPR
-
-
nt_FLOAT_NODE
-
-
nt_MATHEMATICA_EXPRESSION
-
-
nt_NON_EMPTY_ARGUMENT_LIST
-
-
nt_SPECIAL_FUNCTION
-
-
nt_START
-
-
OR
-
-
PI
-
-
POS
-
-
PROC
-
-
SINE
-
-
SQUOTED_LITERAL
-
-
STRING_LITERAL
-
-
TANGENT
-
-
tokenmax
-
-
tokenmin
-
-
tokennames
-
-
Tokentype
-
-
YYEOF
-
-
YYMBMathematicaTokentypes()
-
-
nontermname(int)
-
-
tokenname(int)
-
-
tokenname(Integer)
-
EOF
public static final int EOF
tokenmin
public static final int tokenmin
tokenmax
public static final int tokenmax
Tokentype
public static Integer Tokentype[]
YYEOF
public static final Integer YYEOF
INTEGER_LITERAL
public static final Integer INTEGER_LITERAL
LONG_LITERAL
public static final Integer LONG_LITERAL
BIGINT_LITERAL
public static final Integer BIGINT_LITERAL
FLOAT_LITERAL
public static final Integer FLOAT_LITERAL
DOUBLE_LITERAL
public static final Integer DOUBLE_LITERAL
BOOLEAN_LITERAL
public static final Integer BOOLEAN_LITERAL
STRING_LITERAL
public static final Integer STRING_LITERAL
CHARACTER_LITERAL
public static final Integer CHARACTER_LITERAL
IDENTIFIER
public static final Integer IDENTIFIER
SQUOTED_LITERAL
public static final Integer SQUOTED_LITERAL
FOR
public static final Integer FOR
PROC
public static final Integer PROC
ASSIGN
public static final Integer ASSIGN
INTEGRAL
public static final Integer INTEGRAL
DOUBLE_DOTS
public static final Integer DOUBLE_DOTS
SINE
public static final Integer SINE
COSINE
public static final Integer COSINE
TANGENT
public static final Integer TANGENT
LOGARITHM
public static final Integer LOGARITHM
EXPONENTIAL_FUNCTION
public static final Integer EXPONENTIAL_FUNCTION
PI
public static final Integer PI
EULER_CONSTANT
public static final Integer EULER_CONSTANT
IMAGINARY_UNIT
public static final Integer IMAGINARY_UNIT
IMPLIES
public static final Integer IMPLIES
AND
public static final Integer AND
OR
public static final Integer OR
NOT
public static final Integer NOT
NEG
public static final Integer NEG
POS
public static final Integer POS
NNEG
public static final Integer NNEG
NPOS
public static final Integer NPOS
tokennames
public static final String tokennames[]
nontermmin
public static final int nontermmin
nontermmax
public static final int nontermmax
nt_START
public static final int nt_START
nt_MATHEMATICA_EXPRESSION
public static final int nt_MATHEMATICA_EXPRESSION
nt_ASSIGNMENT
public static final int nt_ASSIGNMENT
nt_EQUATION
public static final int nt_EQUATION
nt_EXPR
public static final int nt_EXPR
nt_SPECIAL_FUNCTION
public static final int nt_SPECIAL_FUNCTION
nt_ARGUMENT_LIST
public static final int nt_ARGUMENT_LIST
nt_NON_EMPTY_ARGUMENT_LIST
public static final int nt_NON_EMPTY_ARGUMENT_LIST
nt_CONSTANT
public static final int nt_CONSTANT
nt_BIGINT_NODE
public static final int nt_BIGINT_NODE
nt_FLOAT_NODE
public static final int nt_FLOAT_NODE
nt_ALG_VARIABLE_IDENTIFIER
public static final int nt_ALG_VARIABLE_IDENTIFIER
nt_ALG_FUNCTION_IDENTIFIER
public static final int nt_ALG_FUNCTION_IDENTIFIER
nontermnames
public static final String nontermnames[]
YYMBMathematicaTokentypes
public YYMBMathematicaTokentypes()
tokenname
public static String tokenname(Integer t)
tokenname
public static String tokenname(int t)
nontermname
public static String nontermname(int t)
All Packages Class Hierarchy This Package Previous Next Index