Package jade.content.lang.sl
Interface ExtendedSLParserConstants
-
- All Known Implementing Classes:
ExtendedSLParserTokenManager
public interface ExtendedSLParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intACTIONRegularExpression Id.static intACTIONOPRegularExpression Id.static intACTIONOPLLRegularExpression Id.static intARITHMETICOPRegularExpression Id.static intBINARYLOGICALOPRegularExpression Id.static intCONDITIONEDQUANTIFIERRegularExpression Id.static intDATETIMERegularExpression Id.static intDEFAULTLexical state.static intEOFEnd of File.static intFLOATRegularExpression Id.static intFLOATONERegularExpression Id.static intFLOATTWORegularExpression Id.static intHEXINTEGERRegularExpression Id.static intINTEGERRegularExpression Id.static intLBRACERegularExpression Id.static intLBRACE2RegularExpression Id.static intLONGRegularExpression Id.static intMETASYMBOLRegularExpression Id.static intMETASYMBOL2RegularExpression Id.static intMODALOPRegularExpression Id.static intOPERATORSTATELexical state.static intPARAMETERNAMERegularExpression Id.static intPARAMETERNAME_STRINGRegularExpression Id.static intPREFIXBYTELENGTHENCODEDSTRINGRegularExpression Id.static intQUANTIFIERRegularExpression Id.static intRBRACERegularExpression Id.static intRBRACE2RegularExpression Id.static intREFERENCERegularExpression Id.static intREFERENTIALOPRegularExpression Id.static intSTRING_LITERALRegularExpression Id.static intSTRING_LITERAL2RegularExpression Id.static String[]tokenImageLiteral token values.static intUNARYLOGICALOPRegularExpression Id.static intVARIABLERegularExpression Id.static intWORDRegularExpression Id.static intWORD2RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- 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
-
VARIABLE
static final int VARIABLE
RegularExpression Id.- See Also:
- Constant Field Values
-
REFERENCE
static final int REFERENCE
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
HEXINTEGER
static final int HEXINTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
LONG
static final int LONG
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOATONE
static final int FLOATONE
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOATTWO
static final int FLOATTWO
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
RegularExpression Id.- See Also:
- Constant Field Values
-
WORD
static final int WORD
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
PARAMETERNAME
static final int PARAMETERNAME
RegularExpression Id.- See Also:
- Constant Field Values
-
PARAMETERNAME_STRING
static final int PARAMETERNAME_STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
DATETIME
static final int DATETIME
RegularExpression Id.- See Also:
- Constant Field Values
-
PREFIXBYTELENGTHENCODEDSTRING
static final int PREFIXBYTELENGTHENCODEDSTRING
RegularExpression Id.- See Also:
- Constant Field Values
-
METASYMBOL
static final int METASYMBOL
RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACE2
static final int LBRACE2
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACE2
static final int RBRACE2
RegularExpression Id.- See Also:
- Constant Field Values
-
ACTION
static final int ACTION
RegularExpression Id.- See Also:
- Constant Field Values
-
REFERENTIALOP
static final int REFERENTIALOP
RegularExpression Id.- See Also:
- Constant Field Values
-
MODALOP
static final int MODALOP
RegularExpression Id.- See Also:
- Constant Field Values
-
ARITHMETICOP
static final int ARITHMETICOP
RegularExpression Id.- See Also:
- Constant Field Values
-
ACTIONOP
static final int ACTIONOP
RegularExpression Id.- See Also:
- Constant Field Values
-
ACTIONOPLL
static final int ACTIONOPLL
RegularExpression Id.- See Also:
- Constant Field Values
-
UNARYLOGICALOP
static final int UNARYLOGICALOP
RegularExpression Id.- See Also:
- Constant Field Values
-
BINARYLOGICALOP
static final int BINARYLOGICALOP
RegularExpression Id.- See Also:
- Constant Field Values
-
QUANTIFIER
static final int QUANTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
CONDITIONEDQUANTIFIER
static final int CONDITIONEDQUANTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
WORD2
static final int WORD2
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL2
static final int STRING_LITERAL2
RegularExpression Id.- See Also:
- Constant Field Values
-
METASYMBOL2
static final int METASYMBOL2
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
OPERATORSTATE
static final int OPERATORSTATE
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-