org.codehaus.groovy.control
Class ClassicParserPlugin
java.lang.Object
org.codehaus.groovy.control.ClassicParserPlugin
- All Implemented Interfaces:
- ParserPlugin
- public class ClassicParserPlugin
- extends Object
- implements ParserPlugin
- Version:
- $Revision: 1.2 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassicParserPlugin
public ClassicParserPlugin()
parseCST
public Reduction parseCST(SourceUnit sourceUnit,
Reader reader)
throws CompilationFailedException
- Specified by:
parseCST
in interface ParserPlugin
- Throws:
CompilationFailedException
buildAST
public ModuleNode buildAST(SourceUnit sourceUnit,
ClassLoader classLoader,
Reduction cst)
throws ParserException
- Specified by:
buildAST
in interface ParserPlugin
- Throws:
ParserException
Copyright © 2003-2005 The Codehaus. All Rights Reserved.