Package jadex.javaparser.javaccimpl
Interface ParserImplConstants
-
- All Known Implementing Classes:
ParserImplTokenManager
public interface ParserImplConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intALLRegularExpression Id.static intANYRegularExpression Id.static intASCRegularExpression Id.static intBOOLEANRegularExpression Id.static intBYRegularExpression Id.static intBYTERegularExpression Id.static intCHARRegularExpression Id.static intCHARACTER_LITERALRegularExpression Id.static intCOMMARegularExpression Id.static intDECIMAL_LITERALRegularExpression Id.static intDEFAULTLexical state.static intDESCRegularExpression Id.static intDIGITRegularExpression Id.static intDOTRegularExpression Id.static intDOUBLERegularExpression Id.static intEOFEnd of File.static intEXPONENTRegularExpression Id.static intFALSERegularExpression Id.static intFLOATRegularExpression Id.static intFLOATING_POINT_LITERALRegularExpression Id.static intFROMRegularExpression Id.static intHEX_LITERALRegularExpression Id.static intIDENTIFIERRegularExpression Id.static intINRegularExpression Id.static intINSTANCEOFRegularExpression Id.static intINTRegularExpression Id.static intINTEGER_LITERALRegularExpression Id.static intIOTARegularExpression Id.static intLBRACERegularExpression Id.static intLBRACKETRegularExpression Id.static intLETTERRegularExpression Id.static intLONGRegularExpression Id.static intLPARENRegularExpression Id.static intMULTI_LINE_COMMENTRegularExpression Id.static intNEWRegularExpression Id.static intNULLRegularExpression Id.static intOCTAL_LITERALRegularExpression Id.static intONERegularExpression Id.static intORDERRegularExpression Id.static intQUESTIONMARKRegularExpression Id.static intRBRACERegularExpression Id.static intRBRACKETRegularExpression Id.static intRPARENRegularExpression Id.static intSELECTRegularExpression Id.static intSEMICOLONRegularExpression Id.static intSHORTRegularExpression Id.static intSINGLE_LINE_COMMENTRegularExpression Id.static intSTRING_LITERALRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intTRUERegularExpression Id.static intWHERERegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
NEW
static final int NEW
RegularExpression Id.- See Also:
- Constant Field Values
-
INSTANCEOF
static final int INSTANCEOF
RegularExpression Id.- See Also:
- Constant Field Values
-
SELECT
static final int SELECT
RegularExpression Id.- See Also:
- Constant Field Values
-
ALL
static final int ALL
RegularExpression Id.- See Also:
- Constant Field Values
-
ANY
static final int ANY
RegularExpression Id.- See Also:
- Constant Field Values
-
ONE
static final int ONE
RegularExpression Id.- See Also:
- Constant Field Values
-
IOTA
static final int IOTA
RegularExpression Id.- See Also:
- Constant Field Values
-
FROM
static final int FROM
RegularExpression Id.- See Also:
- Constant Field Values
-
IN
static final int IN
RegularExpression Id.- See Also:
- Constant Field Values
-
WHERE
static final int WHERE
RegularExpression Id.- See Also:
- Constant Field Values
-
ORDER
static final int ORDER
RegularExpression Id.- See Also:
- Constant Field Values
-
BY
static final int BY
RegularExpression Id.- See Also:
- Constant Field Values
-
ASC
static final int ASC
RegularExpression Id.- See Also:
- Constant Field Values
-
DESC
static final int DESC
RegularExpression Id.- See Also:
- Constant Field Values
-
BOOLEAN
static final int BOOLEAN
RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE
static final int DOUBLE
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
RegularExpression Id.- See Also:
- Constant Field Values
-
LONG
static final int LONG
RegularExpression Id.- See Also:
- Constant Field Values
-
INT
static final int INT
RegularExpression Id.- See Also:
- Constant Field Values
-
SHORT
static final int SHORT
RegularExpression Id.- See Also:
- Constant Field Values
-
BYTE
static final int BYTE
RegularExpression Id.- See Also:
- Constant Field Values
-
CHAR
static final int CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
RegularExpression Id.- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
RegularExpression Id.- See Also:
- Constant Field Values
-
NULL
static final int NULL
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER_LITERAL
static final int INTEGER_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
HEX_LITERAL
static final int HEX_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
OCTAL_LITERAL
static final int OCTAL_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOATING_POINT_LITERAL
static final int FLOATING_POINT_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
RegularExpression Id.- See Also:
- Constant Field Values
-
CHARACTER_LITERAL
static final int CHARACTER_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
QUESTIONMARK
static final int QUESTIONMARK
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACE
static final int LBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACKET
static final int LBRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACKET
static final int RBRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-