Package org.yamcs.ui.packetviewer.filter
Interface FilterParserConstants
-
- All Known Implementing Classes:
FilterParser,FilterParserTokenManager
public interface FilterParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int_ESCAPED_CHARRegularExpression Id.static int_QUOTED_CHARRegularExpression Id.static int_WHITESPACERegularExpression Id.static intANDRegularExpression Id.static intCONTAINSRegularExpression Id.static intDEFAULTLexical state.static intEOFEnd of File.static intEQRegularExpression Id.static intGERegularExpression Id.static intGTRegularExpression Id.static intIN_EXPRESSIONLexical state.static intLERegularExpression Id.static intLPARENRegularExpression Id.static intLTRegularExpression Id.static intMATCHESRegularExpression Id.static intNERegularExpression Id.static intNOTRegularExpression Id.static intORRegularExpression Id.static intQUOTEDRegularExpression Id.static intREFRegularExpression Id.static intRPARENRegularExpression Id.static intSTRINGRegularExpression Id.static String[]tokenImageLiteral token values.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
_ESCAPED_CHAR
static final int _ESCAPED_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
_WHITESPACE
static final int _WHITESPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
_QUOTED_CHAR
static final int _QUOTED_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
AND
static final int AND
RegularExpression Id.- See Also:
- Constant Field Values
-
OR
static final int OR
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT
static final int NOT
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
-
REF
static final int REF
RegularExpression Id.- See Also:
- Constant Field Values
-
EQ
static final int EQ
RegularExpression Id.- See Also:
- Constant Field Values
-
NE
static final int NE
RegularExpression Id.- See Also:
- Constant Field Values
-
LT
static final int LT
RegularExpression Id.- See Also:
- Constant Field Values
-
LE
static final int LE
RegularExpression Id.- See Also:
- Constant Field Values
-
GT
static final int GT
RegularExpression Id.- See Also:
- Constant Field Values
-
GE
static final int GE
RegularExpression Id.- See Also:
- Constant Field Values
-
CONTAINS
static final int CONTAINS
RegularExpression Id.- See Also:
- Constant Field Values
-
MATCHES
static final int MATCHES
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTED
static final int QUOTED
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
IN_EXPRESSION
static final int IN_EXPRESSION
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-