Package de.fuberlin.wiwiss.wiqa.parser.javacc

JavaCC-generated parser for WIQA policies.

See:
          Description

Interface Summary
WIQAParserConstants  
 

Class Summary
JavaCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
Token Describes the input token stream.
WIQAParser  
WIQAParserTokenManager  
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package de.fuberlin.wiwiss.wiqa.parser.javacc Description

JavaCC-generated parser for WIQA policies. Based on the SPARQL parser in ARQ. The grammar file is in /grammar, and the build file contains a target for re-generating all code in this package.

All code in this package is generated and should never be changed manually.