Package org.codehaus.groovy.control
Class ParserPluginFactory
java.lang.Object
org.codehaus.groovy.control.ParserPluginFactory
- Direct Known Subclasses:
- Antlr4PluginFactory
A factory of parser plugin instances.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ParserPluginFactoryantlr2()Deprecated.static ParserPluginFactoryantlr4()Creates the ANTLR 4 parser.abstract ParserPlugin
- 
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
 
 
-