Package koala.dynamicjava.parser.wrapper

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

See:
          Description

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

Class Summary
JavaCCParser The instances of this class represents a parser generated with JavaCC.
JavaCCParserFactory This class implements a JavaCCParser factory
TreeToken This class represents the token managed by the syntax tree
 

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.



Copyright © 2001 Stephane Hillion. All Rights Reserved.