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
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 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:
-
ELEMENT
static final int ELEMENTRegularExpression Id.- See Also:
-
REL
static final int RELRegularExpression Id.- See Also:
-
EOL
static final int EOLRegularExpression Id.- See Also:
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
-
tokenImage
Literal token values.
-