Interface JavaParserConstants

  • All Known Implementing Classes:
    JavaParser, JavaParserTokenManager

    public interface JavaParserConstants
    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 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 CONST
      RegularExpression Id.
      static int CONTINUE
      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 ELLIPSIS
      RegularExpression Id.
      static int ELSE
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQ
      RegularExpression Id.
      static int EXPONENT
      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 FORMAL_COMMENT
      RegularExpression Id.
      static int GE
      RegularExpression Id.
      static int GOTO
      RegularExpression Id.
      static int GT
      RegularExpression Id.
      static int HEX_FLOATING_POINT_LITERAL
      RegularExpression Id.
      static int HEX_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_FORMAL_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 LAMBDA
      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 LPAREN
      RegularExpression Id.
      static int LSHIFT
      RegularExpression Id.
      static int LSHIFTASSIGN
      RegularExpression Id.
      static int LT
      RegularExpression Id.
      static int METHOD_REF
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int MINUSASSIGN
      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 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 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 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 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 java.lang.String[] tokenImage
      Literal token values.
      static int TRANSIENT
      RegularExpression Id.
      static int TRUE
      RegularExpression Id.
      static int TRY
      RegularExpression Id.
      static int VOID
      RegularExpression Id.
      static int VOLATILE
      RegularExpression Id.
      static int WHILE
      RegularExpression Id.
      static int XOR
      RegularExpression Id.
      static int XORASSIGN
      RegularExpression Id.