Package sota.lang.java.ast.parser

Interface Summary
JavaParserConstants  
 

Class Summary
JavaCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaParser Grammar to parse Java version 1.5
JavaParser.JJCalls  
JavaParserTokenManager  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token Describes the input token stream.
Token.GTToken  
Token2  
 

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

Error Summary
JavaParser.LookaheadSuccess  
TokenMgrError