Package org.jpmml.python
Interface PythonParserConstants
-
- All Known Implementing Classes:
ExpressionTranslator,FunctionDefParser,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 intASRegularExpression Id.static intASSIGNRegularExpression Id.static intCOLONRegularExpression Id.static intCOMMARegularExpression Id.static intCOMMENTRegularExpression Id.static intDEFRegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intDIVIDERegularExpression Id.static intDOTRegularExpression Id.static intELIFRegularExpression 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 intIMPORTRegularExpression 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 intMULTILINE_STRINGRegularExpression Id.static intMULTIPLYRegularExpression Id.static intNAMERegularExpression Id.static intNEWLINERegularExpression Id.static intNONERegularExpression Id.static intNONZERO_DIGITRegularExpression Id.static intNOTRegularExpression Id.static intNOT_EQUALRegularExpression Id.static intORRegularExpression Id.static intPLUSRegularExpression Id.static intPOWERRegularExpression Id.static intRBRACKETRegularExpression Id.static intRETURNRegularExpression Id.static intRPARENRegularExpression Id.static intSEMICOLONRegularExpression Id.static intSTRINGRegularExpression Id.static intTILDERegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intTRUERegularExpression Id.static intWHITESPACERegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
WHITESPACE
static final int WHITESPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMENT
static final int COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
NEWLINE
static final int NEWLINE
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
-
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
-
ASSIGN
static final int ASSIGN
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
-
POWER
static final int POWER
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
-
SEMICOLON
static final int SEMICOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
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
-
AS
static final int AS
RegularExpression Id.- See Also:
- Constant Field Values
-
DEF
static final int DEF
RegularExpression Id.- See Also:
- Constant Field Values
-
ELIF
static final int ELIF
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
-
IMPORT
static final int IMPORT
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
-
RETURN
static final int RETURN
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
-
MULTILINE_STRING
static final int MULTILINE_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 java.lang.String[] tokenImage
Literal token values.
-
-