Package net.sf.tweety.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
Fields Modifier and Type Field Description static int
DEFAULT
Lexical state.static int
ELEMENT
RegularExpression Id.static int
EOF
End of File.static int
EOL
RegularExpression Id.static int
LBRA
RegularExpression Id.static int
RBRA
RegularExpression Id.static int
REL
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
LBRA
static final int LBRA
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRA
static final int RBRA
RegularExpression Id.- See Also:
- Constant Field Values
-
ELEMENT
static final int ELEMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
REL
static final int REL
RegularExpression Id.- See Also:
- Constant Field Values
-
EOL
static final int EOL
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-