Interface SSPTParserConstants
-
- All Known Implementing Classes:
SSPTParser,SSPTParserTokenManager
public interface SSPTParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intCOMMARegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intEOFEnd of File.static intIDENTIFIERRegularExpression Id.static intLETTERRegularExpression Id.static intNUMBERRegularExpression Id.static intPARAMETER_NAMERegularExpression Id.static intPARAMETER_POS_TOKENRegularExpression Id.static intPROCEDURE_BEGINRegularExpression Id.static intPROCEDURE_ENDRegularExpression Id.static intSCALERegularExpression Id.static intSEPARATORRegularExpression Id.static intSIMPLE_EXP_TOKENRegularExpression Id.static intSPECIALRegularExpression Id.static String[]tokenImageLiteral token values.static intWHITESPACERegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
SCALE
static final int SCALE
RegularExpression Id.- See Also:
- Constant Field Values
-
NUMBER
static final int NUMBER
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
SPECIAL
static final int SPECIAL
RegularExpression Id.- See Also:
- Constant Field Values
-
WHITESPACE
static final int WHITESPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
SEPARATOR
static final int SEPARATOR
RegularExpression Id.- See Also:
- Constant Field Values
-
PROCEDURE_BEGIN
static final int PROCEDURE_BEGIN
RegularExpression Id.- See Also:
- Constant Field Values
-
PROCEDURE_END
static final int PROCEDURE_END
RegularExpression Id.- See Also:
- Constant Field Values
-
SIMPLE_EXP_TOKEN
static final int SIMPLE_EXP_TOKEN
RegularExpression Id.- See Also:
- Constant Field Values
-
PARAMETER_POS_TOKEN
static final int PARAMETER_POS_TOKEN
RegularExpression Id.- See Also:
- Constant Field Values
-
PARAMETER_NAME
static final int PARAMETER_NAME
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-