Package org.codehaus.groovy.control
Class ParserPluginFactory
java.lang.Object
org.codehaus.groovy.control.ParserPluginFactory
- Direct Known Subclasses:
- Antlr4PluginFactory,- AntlrParserPluginFactory
public abstract class ParserPluginFactory
extends java.lang.Object
A factory of parser plugin instances.
- 
Constructor SummaryConstructors Constructor Description ParserPluginFactory()
- 
Method SummaryModifier and Type Method Description static ParserPluginFactoryantlr2()Deprecated.static ParserPluginFactoryantlr4()Creates the ANTLR 4 parser.abstract ParserPlugincreateParserPlugin()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
ParserPluginFactorypublic ParserPluginFactory()
 
- 
- 
Method Details- 
createParserPlugin
- 
antlr4Creates the ANTLR 4 parser.- Returns:
- the factory for the parser
 
- 
antlr2Deprecated.Creates the ANTLR 2 parser.- Returns:
- the factory for the parser
 
 
-