Interface GeneratedJavaParserConstants

  • All Known Implementing Classes:
    GeneratedJavaParserTokenManager

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

      Fields 
      Modifier and Type Field Description
      static int _DEFAULT
      RegularExpression Id.
      static int ABSTRACT
      RegularExpression Id.
      static int ANDASSIGN
      RegularExpression Id.
      static int ARROW
      RegularExpression Id.
      static int ASSERT
      RegularExpression Id.
      static int ASSIGN
      RegularExpression Id.
      static int AT
      RegularExpression Id.
      static int BANG
      RegularExpression Id.
      static int BINARY_LITERAL
      RegularExpression Id.
      static int BIT_AND
      RegularExpression Id.
      static int BIT_OR
      RegularExpression Id.
      static int BOOLEAN
      RegularExpression Id.
      static int BREAK
      RegularExpression Id.
      static int BYTE
      RegularExpression Id.
      static int CASE
      RegularExpression Id.
      static int CATCH
      RegularExpression Id.
      static int CHAR
      RegularExpression Id.
      static int CHARACTER_LITERAL
      RegularExpression Id.
      static int CLASS
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int COMMENT_CONTENT
      RegularExpression Id.
      static int CONST
      RegularExpression Id.
      static int CONTINUE
      RegularExpression Id.
      static int CTRL_Z
      RegularExpression Id.
      static int DECIMAL_EXPONENT
      RegularExpression Id.
      static int DECIMAL_FLOATING_POINT_LITERAL
      RegularExpression Id.
      static int DECIMAL_LITERAL
      RegularExpression Id.
      static int DECR
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DO
      RegularExpression Id.
      static int DOT
      RegularExpression Id.
      static int DOUBLE
      RegularExpression Id.
      static int DOUBLECOLON
      RegularExpression Id.
      static int ELLIPSIS
      RegularExpression Id.
      static int ELSE
      RegularExpression Id.
      static int ENTER_JAVADOC_COMMENT
      RegularExpression Id.
      static int ENTER_MULTILINE_COMMENT
      RegularExpression Id.
      static int ENUM
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQ
      RegularExpression Id.
      static int EXPORTS
      RegularExpression Id.
      static int EXTENDS
      RegularExpression Id.
      static int FALSE
      RegularExpression Id.
      static int FINAL
      RegularExpression Id.
      static int FINALLY
      RegularExpression Id.
      static int FLOAT
      RegularExpression Id.
      static int FLOATING_POINT_LITERAL
      RegularExpression Id.
      static int FOR
      RegularExpression Id.
      static int GE
      RegularExpression Id.
      static int GOTO
      RegularExpression Id.
      static int GT
      RegularExpression Id.
      static int HEX_DIGITS
      RegularExpression Id.
      static int HEX_LITERAL
      RegularExpression Id.
      static int HEXADECIMAL_EXPONENT
      RegularExpression Id.
      static int HEXADECIMAL_FLOATING_POINT_LITERAL
      RegularExpression Id.
      static int HOOK
      RegularExpression Id.
      static int IDENTIFIER
      RegularExpression Id.
      static int IF
      RegularExpression Id.
      static int IMPLEMENTS
      RegularExpression Id.
      static int IMPORT
      RegularExpression Id.
      static int IN_JAVADOC_COMMENT
      Lexical state.
      static int IN_MULTI_LINE_COMMENT
      Lexical state.
      static int INCR
      RegularExpression Id.
      static int INSTANCEOF
      RegularExpression Id.
      static int INT
      RegularExpression Id.
      static int INTEGER_LITERAL
      RegularExpression Id.
      static int INTERFACE
      RegularExpression Id.
      static int JAVADOC_COMMENT
      RegularExpression Id.
      static int LBRACE
      RegularExpression Id.
      static int LBRACKET
      RegularExpression Id.
      static int LE
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LONG
      RegularExpression Id.
      static int LONG_LITERAL
      RegularExpression Id.
      static int LPAREN
      RegularExpression Id.
      static int LSHIFT
      RegularExpression Id.
      static int LSHIFTASSIGN
      RegularExpression Id.
      static int LT
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int MINUSASSIGN
      RegularExpression Id.
      static int MODULE
      RegularExpression Id.
      static int MULTI_LINE_COMMENT
      RegularExpression Id.
      static int NATIVE
      RegularExpression Id.
      static int NE
      RegularExpression Id.
      static int NEW
      RegularExpression Id.
      static int NULL
      RegularExpression Id.
      static int OCTAL_LITERAL
      RegularExpression Id.
      static int OLD_MAC_EOL
      RegularExpression Id.
      static int OPEN
      RegularExpression Id.
      static int OPENS
      RegularExpression Id.
      static int ORASSIGN
      RegularExpression Id.
      static int PACKAGE
      RegularExpression Id.
      static int PART_LETTER
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int PLUSASSIGN
      RegularExpression Id.
      static int PRIVATE
      RegularExpression Id.
      static int PROTECTED
      RegularExpression Id.
      static int PROVIDES
      RegularExpression Id.
      static int PUBLIC
      RegularExpression Id.
      static int RBRACE
      RegularExpression Id.
      static int RBRACKET
      RegularExpression Id.
      static int REM
      RegularExpression Id.
      static int REMASSIGN
      RegularExpression Id.
      static int REQUIRES
      RegularExpression Id.
      static int RETURN
      RegularExpression Id.
      static int RPAREN
      RegularExpression Id.
      static int RSIGNEDSHIFT
      RegularExpression Id.
      static int RSIGNEDSHIFTASSIGN
      RegularExpression Id.
      static int RUNSIGNEDSHIFT
      RegularExpression Id.
      static int RUNSIGNEDSHIFTASSIGN
      RegularExpression Id.
      static int SC_AND
      RegularExpression Id.
      static int SC_OR
      RegularExpression Id.
      static int SEMICOLON
      RegularExpression Id.
      static int SHORT
      RegularExpression Id.
      static int SINGLE_LINE_COMMENT
      RegularExpression Id.
      static int SLASH
      RegularExpression Id.
      static int SLASHASSIGN
      RegularExpression Id.
      static int SPACE
      RegularExpression Id.
      static int STAR
      RegularExpression Id.
      static int STARASSIGN
      RegularExpression Id.
      static int STATIC
      RegularExpression Id.
      static int STRICTFP
      RegularExpression Id.
      static int STRING_LITERAL
      RegularExpression Id.
      static int SUPER
      RegularExpression Id.
      static int SWITCH
      RegularExpression Id.
      static int SYNCHRONIZED
      RegularExpression Id.
      static int THIS
      RegularExpression Id.
      static int THROW
      RegularExpression Id.
      static int THROWS
      RegularExpression Id.
      static int TILDE
      RegularExpression Id.
      static int TO
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.
      static int TRANSIENT
      RegularExpression Id.
      static int TRANSITIVE
      RegularExpression Id.
      static int TRUE
      RegularExpression Id.
      static int TRY
      RegularExpression Id.
      static int UNICODE_ESCAPE
      RegularExpression Id.
      static int UNIX_EOL
      RegularExpression Id.
      static int USES
      RegularExpression Id.
      static int VOID
      RegularExpression Id.
      static int VOLATILE
      RegularExpression Id.
      static int WHILE
      RegularExpression Id.
      static int WINDOWS_EOL
      RegularExpression Id.
      static int WITH
      RegularExpression Id.
      static int XOR
      RegularExpression Id.
      static int XORASSIGN
      RegularExpression Id.