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

Variable Index

 o AND
 o ASSIGN
 o BIGINT_LITERAL
 o BOOLEAN_LITERAL
 o CHARACTER_LITERAL
 o COSINE
 o DOUBLE_DOTS
 o DOUBLE_LITERAL
 o EOF
 o EULER_CONSTANT
 o EXPONENTIAL_FUNCTION
 o FLOAT_LITERAL
 o FOR
 o IDENTIFIER
 o IMAGINARY_UNIT
 o IMPLIES
 o INTEGER_LITERAL
 o INTEGRAL
 o LOGARITHM
 o LONG_LITERAL
 o NEG
 o NNEG
 o nontermmax
 o nontermmin
 o nontermnames
 o NOT
 o NPOS
 o nt_ALG_FUNCTION_IDENTIFIER
 o nt_ALG_VARIABLE_IDENTIFIER
 o nt_ARGUMENT_LIST
 o nt_ASSIGNMENT
 o nt_BIGINT_NODE
 o nt_CONSTANT
 o nt_EQUATION
 o nt_EXPR
 o nt_FLOAT_NODE
 o nt_MATHEMATICA_EXPRESSION
 o nt_NON_EMPTY_ARGUMENT_LIST
 o nt_SPECIAL_FUNCTION
 o nt_START
 o OR
 o PI
 o POS
 o PROC
 o SINE
 o SQUOTED_LITERAL
 o STRING_LITERAL
 o TANGENT
 o tokenmax
 o tokenmin
 o tokennames
 o Tokentype
 o YYEOF

Constructor Index

 o YYMBMathematicaTokentypes()

Method Index

 o nontermname(int)
 o tokenname(int)
 o tokenname(Integer)

Variables

 o EOF
 public static final int EOF
 o tokenmin
 public static final int tokenmin
 o tokenmax
 public static final int tokenmax
 o Tokentype
 public static Integer Tokentype[]
 o YYEOF
 public static final Integer YYEOF
 o INTEGER_LITERAL
 public static final Integer INTEGER_LITERAL
 o LONG_LITERAL
 public static final Integer LONG_LITERAL
 o BIGINT_LITERAL
 public static final Integer BIGINT_LITERAL
 o FLOAT_LITERAL
 public static final Integer FLOAT_LITERAL
 o DOUBLE_LITERAL
 public static final Integer DOUBLE_LITERAL
 o BOOLEAN_LITERAL
 public static final Integer BOOLEAN_LITERAL
 o STRING_LITERAL
 public static final Integer STRING_LITERAL
 o CHARACTER_LITERAL
 public static final Integer CHARACTER_LITERAL
 o IDENTIFIER
 public static final Integer IDENTIFIER
 o SQUOTED_LITERAL
 public static final Integer SQUOTED_LITERAL
 o FOR
 public static final Integer FOR
 o PROC
 public static final Integer PROC
 o ASSIGN
 public static final Integer ASSIGN
 o INTEGRAL
 public static final Integer INTEGRAL
 o DOUBLE_DOTS
 public static final Integer DOUBLE_DOTS
 o SINE
 public static final Integer SINE
 o COSINE
 public static final Integer COSINE
 o TANGENT
 public static final Integer TANGENT
 o LOGARITHM
 public static final Integer LOGARITHM
 o EXPONENTIAL_FUNCTION
 public static final Integer EXPONENTIAL_FUNCTION
 o PI
 public static final Integer PI
 o EULER_CONSTANT
 public static final Integer EULER_CONSTANT
 o IMAGINARY_UNIT
 public static final Integer IMAGINARY_UNIT
 o IMPLIES
 public static final Integer IMPLIES
 o AND
 public static final Integer AND
 o OR
 public static final Integer OR
 o NOT
 public static final Integer NOT
 o NEG
 public static final Integer NEG
 o POS
 public static final Integer POS
 o NNEG
 public static final Integer NNEG
 o NPOS
 public static final Integer NPOS
 o tokennames
 public static final String tokennames[]
 o nontermmin
 public static final int nontermmin
 o nontermmax
 public static final int nontermmax
 o nt_START
 public static final int nt_START
 o nt_MATHEMATICA_EXPRESSION
 public static final int nt_MATHEMATICA_EXPRESSION
 o nt_ASSIGNMENT
 public static final int nt_ASSIGNMENT
 o nt_EQUATION
 public static final int nt_EQUATION
 o nt_EXPR
 public static final int nt_EXPR
 o nt_SPECIAL_FUNCTION
 public static final int nt_SPECIAL_FUNCTION
 o nt_ARGUMENT_LIST
 public static final int nt_ARGUMENT_LIST
 o nt_NON_EMPTY_ARGUMENT_LIST
 public static final int nt_NON_EMPTY_ARGUMENT_LIST
 o nt_CONSTANT
 public static final int nt_CONSTANT
 o nt_BIGINT_NODE
 public static final int nt_BIGINT_NODE
 o nt_FLOAT_NODE
 public static final int nt_FLOAT_NODE
 o nt_ALG_VARIABLE_IDENTIFIER
 public static final int nt_ALG_VARIABLE_IDENTIFIER
 o nt_ALG_FUNCTION_IDENTIFIER
 public static final int nt_ALG_FUNCTION_IDENTIFIER
 o nontermnames
 public static final String nontermnames[]

Constructors

 o YYMBMathematicaTokentypes
 public YYMBMathematicaTokentypes()

Methods

 o tokenname
 public static String tokenname(Integer t)
 o tokenname
 public static String tokenname(int t)
 o nontermname
 public static String nontermname(int t)

All Packages  Class Hierarchy  This Package  Previous  Next  Index