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
Modifier and TypeFieldDescriptionstatic final int
Lexical state.static final int
RegularExpression Id.static final int
End of File.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final String[]
Literal token values.
-
Field Details
-
EOF
static final int EOFEnd of File.- See Also:
-
LBRA
static final int LBRARegularExpression Id.- See Also:
-
RBRA
static final int RBRARegularExpression Id.- See Also:
-
INDEX
static final int INDEXRegularExpression Id.- See Also:
-
OPERATION
static final int OPERATIONRegularExpression Id.- See Also:
-
ELEMENT
static final int ELEMENTRegularExpression Id.- See Also:
-
EOL
static final int EOLRegularExpression Id.- See Also:
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
-
tokenImage
Literal token values.
-