Package org.jpmml.python
Interface PythonParserConstants
-
- All Known Implementing Classes:
ExpressionTranslator,PredicateTranslator,PushbackPythonParserTokenManager,PythonParser,PythonParserTokenManager
public interface PythonParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intANDRegularExpression Id.static intCOLONRegularExpression Id.static intCOMMARegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intDIVIDERegularExpression Id.static intDOTRegularExpression Id.static intELSERegularExpression Id.static intEOFEnd of File.static intEQUALRegularExpression Id.static intEXPONENTRegularExpression Id.static intFALSERegularExpression Id.static intFLOATRegularExpression Id.static intGREATER_OR_EQUALRegularExpression Id.static intGREATER_THANRegularExpression Id.static intIFRegularExpression Id.static intINRegularExpression Id.static intINTRegularExpression Id.static intISRegularExpression Id.static intLBRACKETRegularExpression Id.static intLESS_OR_EQUALRegularExpression Id.static intLESS_THANRegularExpression Id.static intLETTERRegularExpression Id.static intLPARENRegularExpression Id.static intMINUSRegularExpression Id.static intMODULORegularExpression Id.static intMULTIPLYRegularExpression Id.static intNARegularExpression Id.static intNAMERegularExpression Id.static intNANRegularExpression Id.static intNATRegularExpression Id.static intNONERegularExpression Id.static intNONZERO_DIGITRegularExpression Id.static intNOTRegularExpression Id.static intNOT_EQUALRegularExpression Id.static intORRegularExpression Id.static intPLUSRegularExpression Id.static intRBRACKETRegularExpression Id.static intRPARENRegularExpression Id.static intSTRINGRegularExpression Id.static intTILDERegularExpression Id.static String[]tokenImageLiteral token values.static intTRUERegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- 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
-
OR
static final int OR
RegularExpression Id.- See Also:
- Constant Field Values
-
AND
static final int AND
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT
static final int NOT
RegularExpression Id.- See Also:
- Constant Field Values
-
EQUAL
static final int EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT_EQUAL
static final int NOT_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
LESS_THAN
static final int LESS_THAN
RegularExpression Id.- See Also:
- Constant Field Values
-
LESS_OR_EQUAL
static final int LESS_OR_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
GREATER_THAN
static final int GREATER_THAN
RegularExpression Id.- See Also:
- Constant Field Values
-
GREATER_OR_EQUAL
static final int GREATER_OR_EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
RegularExpression Id.- See Also:
- Constant Field Values
-
MULTIPLY
static final int MULTIPLY
RegularExpression Id.- See Also:
- Constant Field Values
-
DIVIDE
static final int DIVIDE
RegularExpression Id.- See Also:
- Constant Field Values
-
MODULO
static final int MODULO
RegularExpression Id.- See Also:
- Constant Field Values
-
TILDE
static final int TILDE
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
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
RegularExpression Id.- See Also:
- Constant Field Values
-
NA
static final int NA
RegularExpression Id.- See Also:
- Constant Field Values
-
NAN
static final int NAN
RegularExpression Id.- See Also:
- Constant Field Values
-
NAT
static final int NAT
RegularExpression Id.- See Also:
- Constant Field Values
-
NONE
static final int NONE
RegularExpression Id.- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
RegularExpression Id.- See Also:
- Constant Field Values
-
ELSE
static final int ELSE
RegularExpression Id.- See Also:
- Constant Field Values
-
IF
static final int IF
RegularExpression Id.- See Also:
- Constant Field Values
-
IN
static final int IN
RegularExpression Id.- See Also:
- Constant Field Values
-
IS
static final int IS
RegularExpression Id.- See Also:
- Constant Field Values
-
INT
static final int INT
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
RegularExpression Id.- See Also:
- Constant Field Values
-
NAME
static final int NAME
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
NONZERO_DIGIT
static final int NONZERO_DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
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.
-
-