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