public interface LabelExpressionParserTokenTypes
Modifier and Type | Field and Description |
---|---|
static int |
AND |
static int |
ATOM |
static int |
EOF |
static int |
IDENTIFIER_PART |
static int |
IFF |
static int |
IMPLIES |
static int |
LPAREN |
static int |
NOT |
static int |
NULL_TREE_LOOKAHEAD |
static int |
OR |
static int |
RPAREN |
static int |
STRINGLITERAL |
static int |
WS |
static final int EOF
static final int NULL_TREE_LOOKAHEAD
static final int IFF
static final int IMPLIES
static final int OR
static final int AND
static final int NOT
static final int LPAREN
static final int RPAREN
static final int ATOM
static final int STRINGLITERAL
static final int IDENTIFIER_PART
static final int WS
Copyright © 2004–2022. All rights reserved.