Package net.sourceforge.pmd.lang.vm.ast
Interface VmParserConstants
-
- All Known Implementing Classes:
VmParser,VmParserTokenManager
@Deprecated @InternalApi public interface VmParserConstants
Deprecated.Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intALPHA_CHARDeprecated.RegularExpression Id.static intALPHANUM_CHARDeprecated.RegularExpression Id.static intBRACKETED_WORDDeprecated.RegularExpression Id.static intCOLONDeprecated.RegularExpression Id.static intCOMMADeprecated.RegularExpression Id.static intDEFAULTDeprecated.Lexical state.static intDIGITDeprecated.RegularExpression Id.static intDIRECTIVEDeprecated.Lexical state.static intDIRECTIVE_CHARDeprecated.RegularExpression Id.static intDIRECTIVE_TERMINATORDeprecated.RegularExpression Id.static intDIVIDEDeprecated.RegularExpression Id.static intDOLLARDeprecated.RegularExpression Id.static intDOLLARBANGDeprecated.RegularExpression Id.static intDOTDeprecated.RegularExpression Id.static intDOUBLE_ESCAPEDeprecated.RegularExpression Id.static intDOUBLEDOTDeprecated.RegularExpression Id.static intELSE_DIRECTIVEDeprecated.RegularExpression Id.static intELSEIF_DIRECTIVEDeprecated.RegularExpression Id.static intEMPTY_INDEXDeprecated.RegularExpression Id.static intENDDeprecated.RegularExpression Id.static intEOFDeprecated.End of File.static intEQUALSDeprecated.RegularExpression Id.static intESCAPEDeprecated.RegularExpression Id.static intESCAPE_DIRECTIVEDeprecated.RegularExpression Id.static intEXPONENTDeprecated.RegularExpression Id.static intFALSEDeprecated.RegularExpression Id.static intFLOATING_POINT_LITERALDeprecated.RegularExpression Id.static intFOREACH_DIRECTIVEDeprecated.RegularExpression Id.static intFORMAL_COMMENTDeprecated.RegularExpression Id.static intHASHDeprecated.RegularExpression Id.static intIDENTIFIERDeprecated.RegularExpression Id.static intIDENTIFIER_CHARDeprecated.RegularExpression Id.static intIF_DIRECTIVEDeprecated.RegularExpression Id.static intINDeprecated.RegularExpression Id.static intIN_FORMAL_COMMENTDeprecated.Lexical state.static intIN_MULTI_LINE_COMMENTDeprecated.Lexical state.static intIN_SINGLE_LINE_COMMENTDeprecated.Lexical state.static intIN_TEXTBLOCKDeprecated.Lexical state.static intINDEX_LBRACKETDeprecated.RegularExpression Id.static intINDEX_RBRACKETDeprecated.RegularExpression Id.static intINTEGER_LITERALDeprecated.RegularExpression Id.static intLBRACKETDeprecated.RegularExpression Id.static intLCURLYDeprecated.RegularExpression Id.static intLEFT_CURLEYDeprecated.RegularExpression Id.static intLETTERDeprecated.RegularExpression Id.static intLOGICAL_ANDDeprecated.RegularExpression Id.static intLOGICAL_EQUALSDeprecated.RegularExpression Id.static intLOGICAL_GEDeprecated.RegularExpression Id.static intLOGICAL_GTDeprecated.RegularExpression Id.static intLOGICAL_LEDeprecated.RegularExpression Id.static intLOGICAL_LTDeprecated.RegularExpression Id.static intLOGICAL_NOTDeprecated.RegularExpression Id.static intLOGICAL_NOT_EQUALSDeprecated.RegularExpression Id.static intLOGICAL_ORDeprecated.RegularExpression Id.static intLPARENDeprecated.RegularExpression Id.static intMINUSDeprecated.RegularExpression Id.static intMODULUSDeprecated.RegularExpression Id.static intMULTI_LINE_COMMENTDeprecated.RegularExpression Id.static intMULTIPLYDeprecated.RegularExpression Id.static intNEWLINEDeprecated.RegularExpression Id.static intPLUSDeprecated.RegularExpression Id.static intPRE_DIRECTIVEDeprecated.Lexical state.static intRBRACKETDeprecated.RegularExpression Id.static intRCURLYDeprecated.RegularExpression Id.static intREFERENCEDeprecated.Lexical state.static intREFERENCE_TERMINATORDeprecated.RegularExpression Id.static intREFINDEXDeprecated.Lexical state.static intREFMODDeprecated.Lexical state.static intREFMOD2Deprecated.Lexical state.static intREFMOD2_RPARENDeprecated.RegularExpression Id.static intREFMODIFIERDeprecated.Lexical state.static intRIGHT_CURLEYDeprecated.RegularExpression Id.static intRPARENDeprecated.RegularExpression Id.static intSET_DIRECTIVEDeprecated.RegularExpression Id.static intSINGLE_LINE_COMMENTDeprecated.RegularExpression Id.static intSINGLE_LINE_COMMENT_STARTDeprecated.RegularExpression Id.static intSTRING_LITERALDeprecated.RegularExpression Id.static intTEXTDeprecated.RegularExpression Id.static intTEXTBLOCKDeprecated.RegularExpression Id.static String[]tokenImageDeprecated.Literal token values.static intTRUEDeprecated.RegularExpression Id.static intWHITESPACEDeprecated.RegularExpression Id.static intWORDDeprecated.RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
Deprecated.End of File.- See Also:
- Constant Field Values
-
INDEX_LBRACKET
static final int INDEX_LBRACKET
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
INDEX_RBRACKET
static final int INDEX_RBRACKET
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACKET
static final int LBRACKET
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACKET
static final int RBRACKET
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLEDOT
static final int DOUBLEDOT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IN
static final int IN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LEFT_CURLEY
static final int LEFT_CURLEY
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RIGHT_CURLEY
static final int RIGHT_CURLEY
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
REFMOD2_RPAREN
static final int REFMOD2_RPAREN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ESCAPE_DIRECTIVE
static final int ESCAPE_DIRECTIVE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SET_DIRECTIVE
static final int SET_DIRECTIVE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOLLAR
static final int DOLLAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOLLARBANG
static final int DOLLARBANG
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
HASH
static final int HASH
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT_START
static final int SINGLE_LINE_COMMENT_START
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE_ESCAPE
static final int DOUBLE_ESCAPE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ESCAPE
static final int ESCAPE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TEXT
static final int TEXT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FORMAL_COMMENT
static final int FORMAL_COMMENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TEXTBLOCK
static final int TEXTBLOCK
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
WHITESPACE
static final int WHITESPACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NEWLINE
static final int NEWLINE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MULTIPLY
static final int MULTIPLY
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DIVIDE
static final int DIVIDE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MODULUS
static final int MODULUS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LOGICAL_AND
static final int LOGICAL_AND
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LOGICAL_OR
static final int LOGICAL_OR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LOGICAL_LT
static final int LOGICAL_LT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LOGICAL_LE
static final int LOGICAL_LE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LOGICAL_GT
static final int LOGICAL_GT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LOGICAL_GE
static final int LOGICAL_GE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LOGICAL_EQUALS
static final int LOGICAL_EQUALS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LOGICAL_NOT_EQUALS
static final int LOGICAL_NOT_EQUALS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LOGICAL_NOT
static final int LOGICAL_NOT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EQUALS
static final int EQUALS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
END
static final int END
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FOREACH_DIRECTIVE
static final int FOREACH_DIRECTIVE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IF_DIRECTIVE
static final int IF_DIRECTIVE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ELSEIF_DIRECTIVE
static final int ELSEIF_DIRECTIVE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ELSE_DIRECTIVE
static final int ELSE_DIRECTIVE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER_LITERAL
static final int INTEGER_LITERAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FLOATING_POINT_LITERAL
static final int FLOATING_POINT_LITERAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DIRECTIVE_CHAR
static final int DIRECTIVE_CHAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
WORD
static final int WORD
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BRACKETED_WORD
static final int BRACKETED_WORD
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ALPHA_CHAR
static final int ALPHA_CHAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ALPHANUM_CHAR
static final int ALPHANUM_CHAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER_CHAR
static final int IDENTIFIER_CHAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LCURLY
static final int LCURLY
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RCURLY
static final int RCURLY
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
REFERENCE_TERMINATOR
static final int REFERENCE_TERMINATOR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DIRECTIVE_TERMINATOR
static final int DIRECTIVE_TERMINATOR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EMPTY_INDEX
static final int EMPTY_INDEX
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
REFERENCE
static final int REFERENCE
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
REFMODIFIER
static final int REFMODIFIER
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
REFINDEX
static final int REFINDEX
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
DIRECTIVE
static final int DIRECTIVE
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
REFMOD2
static final int REFMOD2
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
REFMOD
static final int REFMOD
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_TEXTBLOCK
static final int IN_TEXTBLOCK
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_MULTI_LINE_COMMENT
static final int IN_MULTI_LINE_COMMENT
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_FORMAL_COMMENT
static final int IN_FORMAL_COMMENT
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_SINGLE_LINE_COMMENT
static final int IN_SINGLE_LINE_COMMENT
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
PRE_DIRECTIVE
static final int PRE_DIRECTIVE
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Deprecated.Literal token values.
-
-