Package org.tweetyproject.preferences.io
Interface POParserConstants
- All Known Implementing Classes:
POParser,POParserTokenManager
public interface POParserConstants
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 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
-
ELEMENT
static final int ELEMENTRegularExpression Id.- See Also:
- Constant Field Values
-
REL
static final int RELRegularExpression 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.
-