Package net.sf.tweety.preferences.io
Interface UPParserConstants
- 
- All Known Implementing Classes:
 UPParser,UPParserTokenManager
public interface UPParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start() 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDEFAULTLexical state.static intELEMENTRegularExpression Id.static intEOFEnd of File.static intEOLRegularExpression Id.static intINDEXRegularExpression Id.static intLBRARegularExpression Id.static intOPERATIONRegularExpression Id.static intRBRARegularExpression Id.static java.lang.String[]tokenImageLiteral 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
 
 
- 
INDEX
static final int INDEX
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
OPERATION
static final int OPERATION
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
ELEMENT
static final int ELEMENT
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. 
 - 
 
 -