Interface PythonParserConstants
-
- All Known Implementing Classes:
PythonParserTokenManager
@Deprecated @InternalApi public interface PythonParserConstants
Deprecated.Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
AND
Deprecated.RegularExpression Id.static int
AND_BOOL
Deprecated.RegularExpression Id.static int
ANDEQ
Deprecated.RegularExpression Id.static int
AS
Deprecated.RegularExpression Id.static int
ASSERT
Deprecated.RegularExpression Id.static int
AT
Deprecated.RegularExpression Id.static int
BACKTICK
Deprecated.RegularExpression Id.static int
BINNUMBER
Deprecated.RegularExpression Id.static int
BREAK
Deprecated.RegularExpression Id.static int
CLASS
Deprecated.RegularExpression Id.static int
COLON
Deprecated.RegularExpression Id.static int
COMMA
Deprecated.RegularExpression Id.static int
COMPLEX
Deprecated.RegularExpression Id.static int
CONTINUATION
Deprecated.RegularExpression Id.static int
CONTINUE
Deprecated.RegularExpression Id.static int
DECNUMBER
Deprecated.RegularExpression Id.static int
DEF
Deprecated.RegularExpression Id.static int
DEFAULT
Deprecated.Lexical state.static int
DEL
Deprecated.RegularExpression Id.static int
DIGIT
Deprecated.RegularExpression Id.static int
DIVIDE
Deprecated.RegularExpression Id.static int
DIVIDEEQ
Deprecated.RegularExpression Id.static int
DOT
Deprecated.RegularExpression Id.static int
ELIF
Deprecated.RegularExpression Id.static int
ELSE
Deprecated.RegularExpression Id.static int
EOF
Deprecated.End of File.static int
EQEQUAL
Deprecated.RegularExpression Id.static int
EQGREATER
Deprecated.RegularExpression Id.static int
EQLESS
Deprecated.RegularExpression Id.static int
EQUAL
Deprecated.RegularExpression Id.static int
EXCEPT
Deprecated.RegularExpression Id.static int
EXEC
Deprecated.RegularExpression Id.static int
EXPONENT
Deprecated.RegularExpression Id.static int
FINALLY
Deprecated.RegularExpression Id.static int
FLOAT
Deprecated.RegularExpression Id.static int
FLOORDIVIDE
Deprecated.RegularExpression Id.static int
FLOORDIVIDEEQ
Deprecated.RegularExpression Id.static int
FOR
Deprecated.RegularExpression Id.static int
FROM
Deprecated.RegularExpression Id.static int
GLOBAL
Deprecated.RegularExpression Id.static int
GREATER
Deprecated.RegularExpression Id.static int
HEXNUMBER
Deprecated.RegularExpression Id.static int
IF
Deprecated.RegularExpression Id.static int
IMPORT
Deprecated.RegularExpression Id.static int
IN
Deprecated.RegularExpression Id.static int
IN_BSTRING11
Deprecated.Lexical state.static int
IN_BSTRING13
Deprecated.Lexical state.static int
IN_BSTRING1NLC
Deprecated.Lexical state.static int
IN_BSTRING21
Deprecated.Lexical state.static int
IN_BSTRING23
Deprecated.Lexical state.static int
IN_BSTRING2NLC
Deprecated.Lexical state.static int
IN_STRING11
Deprecated.Lexical state.static int
IN_STRING13
Deprecated.Lexical state.static int
IN_STRING1NLC
Deprecated.Lexical state.static int
IN_STRING21
Deprecated.Lexical state.static int
IN_STRING23
Deprecated.Lexical state.static int
IN_STRING2NLC
Deprecated.Lexical state.static int
IN_USTRING11
Deprecated.Lexical state.static int
IN_USTRING13
Deprecated.Lexical state.static int
IN_USTRING1NLC
Deprecated.Lexical state.static int
IN_USTRING21
Deprecated.Lexical state.static int
IN_USTRING23
Deprecated.Lexical state.static int
IN_USTRING2NLC
Deprecated.Lexical state.static int
IS
Deprecated.RegularExpression Id.static int
LAMBDA
Deprecated.RegularExpression Id.static int
LBRACE
Deprecated.RegularExpression Id.static int
LBRACKET
Deprecated.RegularExpression Id.static int
LESS
Deprecated.RegularExpression Id.static int
LESSGREATER
Deprecated.RegularExpression Id.static int
LETTER
Deprecated.RegularExpression Id.static int
LPAREN
Deprecated.RegularExpression Id.static int
LSHIFT
Deprecated.RegularExpression Id.static int
LSHIFTEQ
Deprecated.RegularExpression Id.static int
MINUS
Deprecated.RegularExpression Id.static int
MINUSEQ
Deprecated.RegularExpression Id.static int
MODULO
Deprecated.RegularExpression Id.static int
MODULOEQ
Deprecated.RegularExpression Id.static int
MULTIPLY
Deprecated.RegularExpression Id.static int
MULTIPLYEQ
Deprecated.RegularExpression Id.static int
NAME
Deprecated.RegularExpression Id.static int
NEWLINE
Deprecated.RegularExpression Id.static int
NOT
Deprecated.RegularExpression Id.static int
NOT_BOOL
Deprecated.RegularExpression Id.static int
NOTEQUAL
Deprecated.RegularExpression Id.static int
OCTNUMBER
Deprecated.RegularExpression Id.static int
OR
Deprecated.RegularExpression Id.static int
OR_BOOL
Deprecated.RegularExpression Id.static int
OREQ
Deprecated.RegularExpression Id.static int
PASS
Deprecated.RegularExpression Id.static int
PLUS
Deprecated.RegularExpression Id.static int
PLUSEQ
Deprecated.RegularExpression Id.static int
POWER
Deprecated.RegularExpression Id.static int
POWEREQ
Deprecated.RegularExpression Id.static int
PRINT
Deprecated.RegularExpression Id.static int
RAISE
Deprecated.RegularExpression Id.static int
RBRACE
Deprecated.RegularExpression Id.static int
RBRACKET
Deprecated.RegularExpression Id.static int
RETURN
Deprecated.RegularExpression Id.static int
RPAREN
Deprecated.RegularExpression Id.static int
RSHIFT
Deprecated.RegularExpression Id.static int
RSHIFTEQ
Deprecated.RegularExpression Id.static int
SEMICOLON
Deprecated.RegularExpression Id.static int
SINGLE_BSTRING
Deprecated.RegularExpression Id.static int
SINGLE_BSTRING2
Deprecated.RegularExpression Id.static int
SINGLE_STRING
Deprecated.RegularExpression Id.static int
SINGLE_STRING2
Deprecated.RegularExpression Id.static int
SINGLE_USTRING
Deprecated.RegularExpression Id.static int
SINGLE_USTRING2
Deprecated.RegularExpression Id.static int
SPACE
Deprecated.RegularExpression Id.static String[]
tokenImage
Deprecated.Literal token values.static int
TRAILING_COMMENT
Deprecated.RegularExpression Id.static int
TRIPLE_BSTRING
Deprecated.RegularExpression Id.static int
TRIPLE_BSTRING2
Deprecated.RegularExpression Id.static int
TRIPLE_STRING
Deprecated.RegularExpression Id.static int
TRIPLE_STRING2
Deprecated.RegularExpression Id.static int
TRIPLE_USTRING
Deprecated.RegularExpression Id.static int
TRIPLE_USTRING2
Deprecated.RegularExpression Id.static int
TRY
Deprecated.RegularExpression Id.static int
WHILE
Deprecated.RegularExpression Id.static int
WITH
Deprecated.RegularExpression Id.static int
XOR
Deprecated.RegularExpression Id.static int
XOREQ
Deprecated.RegularExpression Id.static int
YIELD
Deprecated.RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
Deprecated.End of File.- See Also:
- Constant Field Values
-
SPACE
static final int SPACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CONTINUATION
static final int CONTINUATION
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NEWLINE
static final int NEWLINE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TRAILING_COMMENT
static final int TRAILING_COMMENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACE
static final int LBRACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACKET
static final int LBRACKET
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACKET
static final int RBRACKET
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BACKTICK
static final int BACKTICK
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MULTIPLY
static final int MULTIPLY
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DIVIDE
static final int DIVIDE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FLOORDIVIDE
static final int FLOORDIVIDE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
POWER
static final int POWER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LSHIFT
static final int LSHIFT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RSHIFT
static final int RSHIFT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MODULO
static final int MODULO
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NOT
static final int NOT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
XOR
static final int XOR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
OR
static final int OR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
AND
static final int AND
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EQUAL
static final int EQUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
GREATER
static final int GREATER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LESS
static final int LESS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EQEQUAL
static final int EQEQUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EQLESS
static final int EQLESS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EQGREATER
static final int EQGREATER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LESSGREATER
static final int LESSGREATER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NOTEQUAL
static final int NOTEQUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PLUSEQ
static final int PLUSEQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MINUSEQ
static final int MINUSEQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MULTIPLYEQ
static final int MULTIPLYEQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DIVIDEEQ
static final int DIVIDEEQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FLOORDIVIDEEQ
static final int FLOORDIVIDEEQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MODULOEQ
static final int MODULOEQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ANDEQ
static final int ANDEQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
OREQ
static final int OREQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
XOREQ
static final int XOREQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LSHIFTEQ
static final int LSHIFTEQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RSHIFTEQ
static final int RSHIFTEQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
POWEREQ
static final int POWEREQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
OR_BOOL
static final int OR_BOOL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
AND_BOOL
static final int AND_BOOL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NOT_BOOL
static final int NOT_BOOL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IS
static final int IS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IN
static final int IN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LAMBDA
static final int LAMBDA
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IF
static final int IF
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ELSE
static final int ELSE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ELIF
static final int ELIF
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
WHILE
static final int WHILE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FOR
static final int FOR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TRY
static final int TRY
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EXCEPT
static final int EXCEPT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DEF
static final int DEF
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CLASS
static final int CLASS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FINALLY
static final int FINALLY
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PRINT
static final int PRINT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PASS
static final int PASS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BREAK
static final int BREAK
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CONTINUE
static final int CONTINUE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RETURN
static final int RETURN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
YIELD
static final int YIELD
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IMPORT
static final int IMPORT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FROM
static final int FROM
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DEL
static final int DEL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RAISE
static final int RAISE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
GLOBAL
static final int GLOBAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EXEC
static final int EXEC
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ASSERT
static final int ASSERT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
AS
static final int AS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
WITH
static final int WITH
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
AT
static final int AT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NAME
static final int NAME
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DECNUMBER
static final int DECNUMBER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
HEXNUMBER
static final int HEXNUMBER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
OCTNUMBER
static final int OCTNUMBER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BINNUMBER
static final int BINNUMBER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
COMPLEX
static final int COMPLEX
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_STRING
static final int SINGLE_STRING
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_STRING2
static final int SINGLE_STRING2
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TRIPLE_STRING
static final int TRIPLE_STRING
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TRIPLE_STRING2
static final int TRIPLE_STRING2
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_BSTRING
static final int SINGLE_BSTRING
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_BSTRING2
static final int SINGLE_BSTRING2
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TRIPLE_BSTRING
static final int TRIPLE_BSTRING
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TRIPLE_BSTRING2
static final int TRIPLE_BSTRING2
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_USTRING
static final int SINGLE_USTRING
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_USTRING2
static final int SINGLE_USTRING2
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TRIPLE_USTRING
static final int TRIPLE_USTRING
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TRIPLE_USTRING2
static final int TRIPLE_USTRING2
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_STRING11
static final int IN_STRING11
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_STRING21
static final int IN_STRING21
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_STRING13
static final int IN_STRING13
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_STRING23
static final int IN_STRING23
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_BSTRING11
static final int IN_BSTRING11
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_BSTRING21
static final int IN_BSTRING21
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_BSTRING13
static final int IN_BSTRING13
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_BSTRING23
static final int IN_BSTRING23
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_USTRING11
static final int IN_USTRING11
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_USTRING21
static final int IN_USTRING21
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_USTRING13
static final int IN_USTRING13
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_USTRING23
static final int IN_USTRING23
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_STRING1NLC
static final int IN_STRING1NLC
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_STRING2NLC
static final int IN_STRING2NLC
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_USTRING1NLC
static final int IN_USTRING1NLC
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_USTRING2NLC
static final int IN_USTRING2NLC
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_BSTRING1NLC
static final int IN_BSTRING1NLC
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_BSTRING2NLC
static final int IN_BSTRING2NLC
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Deprecated.Literal token values.
-
-