net.sf.farrago.rng
Class FarragoRngParser
java.lang.Object
net.sf.farrago.parser.FarragoAbstractParser
net.sf.farrago.rng.FarragoRngParser
- All Implemented Interfaces:
- FarragoSessionParser
public class FarragoRngParser
- extends FarragoAbstractParser
FarragoRngParser is the public wrapper for the JavaCC-generated
RngParser.
- Version:
- $Id: //open/dev/farrago/examples/rng/src/net/sf/farrago/rng/FarragoRngParser.java#6 $
- Author:
- John V. Sichi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FarragoRngParser
public FarragoRngParser()
newParserImpl
protected FarragoAbstractParserImpl newParserImpl(Reader reader)
- Description copied from class:
FarragoAbstractParser
- Factory method to instantiate a dialect-specific generated parser.
- Specified by:
newParserImpl
in class FarragoAbstractParser
- Parameters:
reader
- Reader that provides the input to the parser
- Returns:
- Dialect-specific generated parser