Interface GeneratedFormulaParserConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int APPROXIMATE_NUMERIC_LITERAL
      RegularExpression Id.
      static int BINARY_DIGIT
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COLUMN_LOOKUP
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int CONCAT
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int DIV
      RegularExpression Id.
      static int DQUOTE
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQUALS
      RegularExpression Id.
      static int EXACT_NUMERIC_LITERAL
      RegularExpression Id.
      static int EXPONENT_PART
      RegularExpression Id.
      static int GT
      RegularExpression Id.
      static int GT_EQUALS
      RegularExpression Id.
      static int HEX_DIGIT
      RegularExpression Id.
      static int IDENTIFIER
      RegularExpression Id.
      static int L_BRACE
      RegularExpression Id.
      static int L_BRACKET
      RegularExpression Id.
      static int L_PAREN
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LT
      RegularExpression Id.
      static int LT_EQUALS
      RegularExpression Id.
      static int MANTISSA
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int MULT
      RegularExpression Id.
      static int NEWLINE
      RegularExpression Id.
      static int NON_ZERO_DIGIT
      RegularExpression Id.
      static int NONQUOTE_CHARACTER
      RegularExpression Id.
      static int NONQUOTE_LOOKUP
      RegularExpression Id.
      static int NOT_EQUALS
      RegularExpression Id.
      static int NULL
      RegularExpression Id.
      static int PERCENT
      RegularExpression Id.
      static int PERIOD
      RegularExpression Id.
      static int PIPE
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int POW
      RegularExpression Id.
      static int QUEST
      RegularExpression Id.
      static int QUOTE
      RegularExpression Id.
      static int R_BRACE
      RegularExpression Id.
      static int R_BRACKET
      RegularExpression Id.
      static int R_PAREN
      RegularExpression Id.
      static int SEMICOLON
      RegularExpression Id.
      static int SIGN
      RegularExpression Id.
      static int STRING_LITERAL
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int UNSIGNED_INTEGER
      RegularExpression Id.
      static int UNSIGNED_NUMERIC_LITERAL
      RegularExpression Id.
      static int WHITESPACE
      RegularExpression Id.