Package net.sf.tweety.arg.delp.parser
Interface DelpParserConstants
- 
- All Known Implementing Classes:
 DelpParser,DelpParserTokenManager
public interface DelpParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start() 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDEFAULTLexical state.static intEOFEnd of File.static intNAMERegularExpression Id.static intQUOTEDRegularExpression Id.static java.lang.String[]tokenImageLiteral token values. 
 - 
 
- 
- 
Field Detail
- 
EOF
static final int EOF
End of File.- See Also:
 - Constant Field Values
 
 
- 
NAME
static final int NAME
RegularExpression Id.- See Also:
 - Constant Field Values
 
 
- 
QUOTED
static final int QUOTED
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. 
 - 
 
 -