org.codehaus.groovy.control
Class ClassicParserPluginFactory

java.lang.Object
  extended byorg.codehaus.groovy.control.ParserPluginFactory
      extended byorg.codehaus.groovy.control.ClassicParserPluginFactory

public class ClassicParserPluginFactory
extends ParserPluginFactory

Version:
$Revision: 1.1 $

Constructor Summary
ClassicParserPluginFactory()
           
 
Method Summary
 ParserPlugin createParserPlugin()
           
 
Methods inherited from class org.codehaus.groovy.control.ParserPluginFactory
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassicParserPluginFactory

public ClassicParserPluginFactory()
Method Detail

createParserPlugin

public ParserPlugin createParserPlugin()
Specified by:
createParserPlugin in class ParserPluginFactory


Copyright © 2003-2005 The Codehaus. All Rights Reserved.