Interface ChunkerConstants

  • All Known Implementing Classes:
    Chunker, ChunkerTokenManager

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

      Fields 
      Modifier and Type Field Description
      static int ACCESS
      RegularExpression Id.
      static int AMP
      RegularExpression Id.
      static int APOS
      RegularExpression Id.
      static int APOS_BODY
      RegularExpression Id.
      static int APOS_CLOSE
      RegularExpression Id.
      static int ARRAY_END
      RegularExpression Id.
      static int ARRAY_START
      RegularExpression Id.
      static int ARROW
      RegularExpression Id.
      static int ASSIGN
      RegularExpression Id.
      static int AT
      RegularExpression Id.
      static int CLASS
      RegularExpression Id.
      static int CLOSE_PAREN
      RegularExpression Id.
      static int CLOSURE_END
      RegularExpression Id.
      static int CLOSURE_START
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int DOUBLE_EQ
      RegularExpression Id.
      static int EOF
      End of File.
      static int ESCAPED_APOS
      RegularExpression Id.
      static int ESCAPED_NL
      RegularExpression Id.
      static int ESCAPED_QUOTE
      RegularExpression Id.
      static int EXTENDS
      RegularExpression Id.
      static int FROM_LOCAL
      RegularExpression Id.
      static int GT
      RegularExpression Id.
      static int ID
      RegularExpression Id.
      static int IMPLEMENTS
      RegularExpression Id.
      static int IN_JAVA_DOC_COMMENT
      Lexical state.
      static int IN_MULTI_LINE_COMMENT
      Lexical state.
      static int INVOKE
      RegularExpression Id.
      static int JAVA_DOC_COMMENT
      RegularExpression Id.
      static int LOGIC
      RegularExpression Id.
      static int LT
      RegularExpression Id.
      static int MULTI_LINE_COMMENT
      RegularExpression Id.
      static int NEW
      RegularExpression Id.
      static int NEWLINE
      RegularExpression Id.
      static int NL
      RegularExpression Id.
      static int NUM
      RegularExpression Id.
      static int NUM_OP
      RegularExpression Id.
      static int QUEST
      RegularExpression Id.
      static int QUOTE
      RegularExpression Id.
      static int QUOTE_BODY
      RegularExpression Id.
      static int QUOTE_CLOSE
      RegularExpression Id.
      static int SCIENTIFIC
      RegularExpression Id.
      static int SEMI
      RegularExpression Id.
      static int SINGLE_LINE_COMMENT
      RegularExpression Id.
      static int STARS
      RegularExpression Id.
      static int STR_APOS
      Lexical state.
      static int STR_QUOTE
      Lexical state.
      static int SUPER
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int TRIPLE_APOS
      RegularExpression Id.
      static int TRIPLE_QUOTES
      RegularExpression Id.
      static int WHITESPACE
      RegularExpression Id.