Package ej.jsonpath.parser
Interface JSONPathCompilerConstants
-
- All Known Implementing Classes:
JSONPathCompiler,JSONPathCompilerTokenManager
public interface JSONPathCompilerConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intANDRegularExpression Id.static intCLOSE_ARRAYRegularExpression Id.static intCNAMERegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intDIGIT19RegularExpression Id.static intDOTRegularExpression Id.static intEOFEnd of File.static intEXPRegularExpression Id.static intEXPONENTRegularExpression Id.static intFRACRegularExpression Id.static intIDENTIFIERRegularExpression Id.static intINTEGERRegularExpression Id.static intLETTERRegularExpression Id.static intNOTRegularExpression Id.static intNUMBERRegularExpression Id.static intOPRegularExpression Id.static intOPEN_ARRAYRegularExpression Id.static intORRegularExpression Id.static intOTHERRegularExpression Id.static String[]tokenImageLiteral token values.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
OPEN_ARRAY
static final int OPEN_ARRAY
RegularExpression Id.- See Also:
- Constant Field Values
-
CLOSE_ARRAY
static final int CLOSE_ARRAY
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
CNAME
static final int CNAME
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT19
static final int DIGIT19
RegularExpression Id.- See Also:
- Constant Field Values
-
OTHER
static final int OTHER
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
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
-
OP
static final int OP
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
NUMBER
static final int NUMBER
RegularExpression Id.- See Also:
- Constant Field Values
-
FRAC
static final int FRAC
RegularExpression Id.- See Also:
- Constant Field Values
-
EXP
static final int EXP
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
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.
-
-