Interface ELParserConstants

  • All Known Implementing Classes:
    ELParser, ELParserTokenManager

    public interface ELParserConstants
    Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AND0
      RegularExpression Id.
      static int AND1
      RegularExpression Id.
      static int ARROW
      RegularExpression Id.
      static int ASSIGN
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int CONCAT
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int DIV0
      RegularExpression Id.
      static int DIV1
      RegularExpression Id.
      static int DOT
      RegularExpression Id.
      static int EMPTY
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQ0
      RegularExpression Id.
      static int EQ1
      RegularExpression Id.
      static int EXPONENT
      RegularExpression Id.
      static int FALSE
      RegularExpression Id.
      static int FLOATING_POINT_LITERAL
      RegularExpression Id.
      static int FUNCTIONSUFFIX
      RegularExpression Id.
      static int GE0
      RegularExpression Id.
      static int GE1
      RegularExpression Id.
      static int GT0
      RegularExpression Id.
      static int GT1
      RegularExpression Id.
      static int IDENTIFIER
      RegularExpression Id.
      static int ILLEGAL_CHARACTER
      RegularExpression Id.
      static int IMPL_OBJ_START
      RegularExpression Id.
      static int IN_EXPRESSION
      Lexical state.
      static int IN_SET_OR_MAP
      Lexical state.
      static int INSTANCEOF
      RegularExpression Id.
      static int INTEGER_LITERAL
      RegularExpression Id.
      static int LBRACK
      RegularExpression Id.
      static int LE0
      RegularExpression Id.
      static int LE1
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LITERAL_EXPRESSION
      RegularExpression Id.
      static int LPAREN
      RegularExpression Id.
      static int LT0
      RegularExpression Id.
      static int LT1
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int MOD0
      RegularExpression Id.
      static int MOD1
      RegularExpression Id.
      static int MULT
      RegularExpression Id.
      static int NE0
      RegularExpression Id.
      static int NE1
      RegularExpression Id.
      static int NOT0
      RegularExpression Id.
      static int NOT1
      RegularExpression Id.
      static int NULL
      RegularExpression Id.
      static int OR0
      RegularExpression Id.
      static int OR1
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int QUESTIONMARK
      RegularExpression Id.
      static int RBRACE
      RegularExpression Id.
      static int RBRACK
      RegularExpression Id.
      static int RPAREN
      RegularExpression Id.
      static int SEMICOLON
      RegularExpression Id.
      static int START_DEFERRED_EXPRESSION
      RegularExpression Id.
      static int START_DYNAMIC_EXPRESSION
      RegularExpression Id.
      static int START_SET_OR_MAP
      RegularExpression Id.
      static int STRING_LITERAL
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int TRUE
      RegularExpression Id.