xjavadoc

Interface NodeParserConstants

public interface NodeParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
Field Summary
intABSTRACT
RegularExpression Id.
intANDASSIGN
RegularExpression Id.
intASSERT
RegularExpression Id.
intASSIGN
RegularExpression Id.
intBANG
RegularExpression Id.
intBIT_AND
RegularExpression Id.
intBIT_OR
RegularExpression Id.
intBOOLEAN
RegularExpression Id.
intBREAK
RegularExpression Id.
intBYTE
RegularExpression Id.
intCASE
RegularExpression Id.
intCATCH
RegularExpression Id.
intCHAR
RegularExpression Id.
intCHARACTER_LITERAL
RegularExpression Id.
intCLASS
RegularExpression Id.
intCOLON
RegularExpression Id.
intCOMMA
RegularExpression Id.
intCONST
RegularExpression Id.
intCONTINUE
RegularExpression Id.
intDECIMAL_LITERAL
RegularExpression Id.
intDECR
RegularExpression Id.
intDEFAULT
Lexical state.
intDIGIT
RegularExpression Id.
intDO
RegularExpression Id.
intDOT
RegularExpression Id.
intDOUBLE
RegularExpression Id.
intELSE
RegularExpression Id.
intEOF
End of File.
intEQ
RegularExpression Id.
intEXPONENT
RegularExpression Id.
intEXTENDS
RegularExpression Id.
intFALSE
RegularExpression Id.
intFINAL
RegularExpression Id.
intFINALLY
RegularExpression Id.
intFLOAT
RegularExpression Id.
intFLOATING_POINT_LITERAL
RegularExpression Id.
intFOR
RegularExpression Id.
intFORMAL_COMMENT
RegularExpression Id.
intGE
RegularExpression Id.
intGOTO
RegularExpression Id.
intGT
RegularExpression Id.
intHEX_LITERAL
RegularExpression Id.
intHOOK
RegularExpression Id.
intIDENTIFIER
RegularExpression Id.
intIF
RegularExpression Id.
intIMPLEMENTS
RegularExpression Id.
intIMPORT
RegularExpression Id.
intINCR
RegularExpression Id.
intINSTANCEOF
RegularExpression Id.
intINT
RegularExpression Id.
intINTEGER_LITERAL
RegularExpression Id.
intINTERFACE
RegularExpression Id.
intIN_FORMAL_COMMENT
Lexical state.
intIN_MULTI_LINE_COMMENT
Lexical state.
intIN_SINGLE_LINE_COMMENT
Lexical state.
intLBRACE
RegularExpression Id.
intLBRACKET
RegularExpression Id.
intLE
RegularExpression Id.
intLETTER
RegularExpression Id.
intLONG
RegularExpression Id.
intLPAREN
RegularExpression Id.
intLSHIFT
RegularExpression Id.
intLSHIFTASSIGN
RegularExpression Id.
intLT
RegularExpression Id.
intMINUS
RegularExpression Id.
intMINUSASSIGN
RegularExpression Id.
intMULTI_LINE_COMMENT
RegularExpression Id.
intNATIVE
RegularExpression Id.
intNE
RegularExpression Id.
intNEW
RegularExpression Id.
intNULL
RegularExpression Id.
intOCTAL_LITERAL
RegularExpression Id.
intORASSIGN
RegularExpression Id.
intPACKAGE
RegularExpression Id.
intPLUS
RegularExpression Id.
intPLUSASSIGN
RegularExpression Id.
intPRIVATE
RegularExpression Id.
intPROTECTED
RegularExpression Id.
intPUBLIC
RegularExpression Id.
intRBRACE
RegularExpression Id.
intRBRACKET
RegularExpression Id.
intREM
RegularExpression Id.
intREMASSIGN
RegularExpression Id.
intRETURN
RegularExpression Id.
intRPAREN
RegularExpression Id.
intRSIGNEDSHIFT
RegularExpression Id.
intRSIGNEDSHIFTASSIGN
RegularExpression Id.
intRUNSIGNEDSHIFT
RegularExpression Id.
intRUNSIGNEDSHIFTASSIGN
RegularExpression Id.
intSC_AND
RegularExpression Id.
intSC_OR
RegularExpression Id.
intSEMICOLON
RegularExpression Id.
intSHORT
RegularExpression Id.
intSINGLE_LINE_COMMENT
RegularExpression Id.
intSLASH
RegularExpression Id.
intSLASHASSIGN
RegularExpression Id.
intSTAR
RegularExpression Id.
intSTARASSIGN
RegularExpression Id.
intSTATIC
RegularExpression Id.
intSTRICTFP
RegularExpression Id.
intSTRING_LITERAL
RegularExpression Id.
intSUPER
RegularExpression Id.
intSWITCH
RegularExpression Id.
intSYNCHRONIZED
RegularExpression Id.
String[]tokenImage
Literal token values.
intTHIS
RegularExpression Id.
intTHROW
RegularExpression Id.
intTHROWS
RegularExpression Id.
intTILDE
RegularExpression Id.
intTRANSIENT
RegularExpression Id.
intTRUE
RegularExpression Id.
intTRY
RegularExpression Id.
intVOID
RegularExpression Id.
intVOLATILE
RegularExpression Id.
intWHILE
RegularExpression Id.
intXOR
RegularExpression Id.
intXORASSIGN
RegularExpression Id.
int_DEFAULT
RegularExpression Id.

Field Detail

ABSTRACT

public int ABSTRACT
RegularExpression Id.

ANDASSIGN

public int ANDASSIGN
RegularExpression Id.

ASSERT

public int ASSERT
RegularExpression Id.

ASSIGN

public int ASSIGN
RegularExpression Id.

BANG

public int BANG
RegularExpression Id.

BIT_AND

public int BIT_AND
RegularExpression Id.

BIT_OR

public int BIT_OR
RegularExpression Id.

BOOLEAN

public int BOOLEAN
RegularExpression Id.

BREAK

public int BREAK
RegularExpression Id.

BYTE

public int BYTE
RegularExpression Id.

CASE

public int CASE
RegularExpression Id.

CATCH

public int CATCH
RegularExpression Id.

CHAR

public int CHAR
RegularExpression Id.

CHARACTER_LITERAL

public int CHARACTER_LITERAL
RegularExpression Id.

CLASS

public int CLASS
RegularExpression Id.

COLON

public int COLON
RegularExpression Id.

COMMA

public int COMMA
RegularExpression Id.

CONST

public int CONST
RegularExpression Id.

CONTINUE

public int CONTINUE
RegularExpression Id.

DECIMAL_LITERAL

public int DECIMAL_LITERAL
RegularExpression Id.

DECR

public int DECR
RegularExpression Id.

DEFAULT

public int DEFAULT
Lexical state.

DIGIT

public int DIGIT
RegularExpression Id.

DO

public int DO
RegularExpression Id.

DOT

public int DOT
RegularExpression Id.

DOUBLE

public int DOUBLE
RegularExpression Id.

ELSE

public int ELSE
RegularExpression Id.

EOF

public int EOF
End of File.

EQ

public int EQ
RegularExpression Id.

EXPONENT

public int EXPONENT
RegularExpression Id.

EXTENDS

public int EXTENDS
RegularExpression Id.

FALSE

public int FALSE
RegularExpression Id.

FINAL

public int FINAL
RegularExpression Id.

FINALLY

public int FINALLY
RegularExpression Id.

FLOAT

public int FLOAT
RegularExpression Id.

FLOATING_POINT_LITERAL

public int FLOATING_POINT_LITERAL
RegularExpression Id.

FOR

public int FOR
RegularExpression Id.

FORMAL_COMMENT

public int FORMAL_COMMENT
RegularExpression Id.

GE

public int GE
RegularExpression Id.

GOTO

public int GOTO
RegularExpression Id.

GT

public int GT
RegularExpression Id.

HEX_LITERAL

public int HEX_LITERAL
RegularExpression Id.

HOOK

public int HOOK
RegularExpression Id.

IDENTIFIER

public int IDENTIFIER
RegularExpression Id.

IF

public int IF
RegularExpression Id.

IMPLEMENTS

public int IMPLEMENTS
RegularExpression Id.

IMPORT

public int IMPORT
RegularExpression Id.

INCR

public int INCR
RegularExpression Id.

INSTANCEOF

public int INSTANCEOF
RegularExpression Id.

INT

public int INT
RegularExpression Id.

INTEGER_LITERAL

public int INTEGER_LITERAL
RegularExpression Id.

INTERFACE

public int INTERFACE
RegularExpression Id.

IN_FORMAL_COMMENT

public int IN_FORMAL_COMMENT
Lexical state.

IN_MULTI_LINE_COMMENT

public int IN_MULTI_LINE_COMMENT
Lexical state.

IN_SINGLE_LINE_COMMENT

public int IN_SINGLE_LINE_COMMENT
Lexical state.

LBRACE

public int LBRACE
RegularExpression Id.

LBRACKET

public int LBRACKET
RegularExpression Id.

LE

public int LE
RegularExpression Id.

LETTER

public int LETTER
RegularExpression Id.

LONG

public int LONG
RegularExpression Id.

LPAREN

public int LPAREN
RegularExpression Id.

LSHIFT

public int LSHIFT
RegularExpression Id.

LSHIFTASSIGN

public int LSHIFTASSIGN
RegularExpression Id.

LT

public int LT
RegularExpression Id.

MINUS

public int MINUS
RegularExpression Id.

MINUSASSIGN

public int MINUSASSIGN
RegularExpression Id.

MULTI_LINE_COMMENT

public int MULTI_LINE_COMMENT
RegularExpression Id.

NATIVE

public int NATIVE
RegularExpression Id.

NE

public int NE
RegularExpression Id.

NEW

public int NEW
RegularExpression Id.

NULL

public int NULL
RegularExpression Id.

OCTAL_LITERAL

public int OCTAL_LITERAL
RegularExpression Id.

ORASSIGN

public int ORASSIGN
RegularExpression Id.

PACKAGE

public int PACKAGE
RegularExpression Id.

PLUS

public int PLUS
RegularExpression Id.

PLUSASSIGN

public int PLUSASSIGN
RegularExpression Id.

PRIVATE

public int PRIVATE
RegularExpression Id.

PROTECTED

public int PROTECTED
RegularExpression Id.

PUBLIC

public int PUBLIC
RegularExpression Id.

RBRACE

public int RBRACE
RegularExpression Id.

RBRACKET

public int RBRACKET
RegularExpression Id.

REM

public int REM
RegularExpression Id.

REMASSIGN

public int REMASSIGN
RegularExpression Id.

RETURN

public int RETURN
RegularExpression Id.

RPAREN

public int RPAREN
RegularExpression Id.

RSIGNEDSHIFT

public int RSIGNEDSHIFT
RegularExpression Id.

RSIGNEDSHIFTASSIGN

public int RSIGNEDSHIFTASSIGN
RegularExpression Id.

RUNSIGNEDSHIFT

public int RUNSIGNEDSHIFT
RegularExpression Id.

RUNSIGNEDSHIFTASSIGN

public int RUNSIGNEDSHIFTASSIGN
RegularExpression Id.

SC_AND

public int SC_AND
RegularExpression Id.

SC_OR

public int SC_OR
RegularExpression Id.

SEMICOLON

public int SEMICOLON
RegularExpression Id.

SHORT

public int SHORT
RegularExpression Id.

SINGLE_LINE_COMMENT

public int SINGLE_LINE_COMMENT
RegularExpression Id.

SLASH

public int SLASH
RegularExpression Id.

SLASHASSIGN

public int SLASHASSIGN
RegularExpression Id.

STAR

public int STAR
RegularExpression Id.

STARASSIGN

public int STARASSIGN
RegularExpression Id.

STATIC

public int STATIC
RegularExpression Id.

STRICTFP

public int STRICTFP
RegularExpression Id.

STRING_LITERAL

public int STRING_LITERAL
RegularExpression Id.

SUPER

public int SUPER
RegularExpression Id.

SWITCH

public int SWITCH
RegularExpression Id.

SYNCHRONIZED

public int SYNCHRONIZED
RegularExpression Id.

tokenImage

public String[] tokenImage
Literal token values.

THIS

public int THIS
RegularExpression Id.

THROW

public int THROW
RegularExpression Id.

THROWS

public int THROWS
RegularExpression Id.

TILDE

public int TILDE
RegularExpression Id.

TRANSIENT

public int TRANSIENT
RegularExpression Id.

TRUE

public int TRUE
RegularExpression Id.

TRY

public int TRY
RegularExpression Id.

VOID

public int VOID
RegularExpression Id.

VOLATILE

public int VOLATILE
RegularExpression Id.

WHILE

public int WHILE
RegularExpression Id.

XOR

public int XOR
RegularExpression Id.

XORASSIGN

public int XORASSIGN
RegularExpression Id.

_DEFAULT

public int _DEFAULT
RegularExpression Id.