Package koala.dynamicjava.parser.wrapper

Provides a collection of classes used to hide the implementation of the parser.

See:
          Description

Interface Summary
SourceCodeParser The classes that implements this interface represent parsers.
 

Class Summary
JavaCCParser The instances of this class represents a parser generated with JavaCC.
ParserTest Tests the interactions parser.
TreeToken An IdentifierToken wrapping a javacc Token.
 

Error Summary
ParseError This error is thrown when an unexpected error append while parsing a statement
 

Package koala.dynamicjava.parser.wrapper Description

Provides a collection of classes used to hide the implementation of the parser.