Package org.tweetyproject.preferences.io
Interface UPParserConstants
- All Known Implementing Classes:
UPParser,UPParserTokenManager
public interface UPParserConstants
Token literal values and constants.
Generated by org.javacc.parser.OtherFilesGen#start()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intLexical state.static intRegularExpression Id.static intEnd of File.static intRegularExpression Id.static intRegularExpression Id.static intRegularExpression Id.static intRegularExpression Id.static intRegularExpression Id.static String[]Literal token values.
-
Field Details
-
EOF
static final int EOFEnd of File.- See Also:
- Constant Field Values
-
LBRA
static final int LBRARegularExpression Id.- See Also:
- Constant Field Values
-
RBRA
static final int RBRARegularExpression Id.- See Also:
- Constant Field Values
-
INDEX
static final int INDEXRegularExpression Id.- See Also:
- Constant Field Values
-
OPERATION
static final int OPERATIONRegularExpression Id.- See Also:
- Constant Field Values
-
ELEMENT
static final int ELEMENTRegularExpression Id.- See Also:
- Constant Field Values
-
EOL
static final int EOLRegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
- Constant Field Values
-
tokenImage
Literal token values.
-