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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ParserPluginFactoryantlr2()Deprecated.static ParserPluginFactoryantlr4()Creates the ANTLR 4 parser.abstract ParserPlugin 
- 
Constructor Details
- 
ParserPluginFactory
public ParserPluginFactory() 
 - 
 - 
Method Details
- 
createParserPlugin
 - 
antlr4
Creates the ANTLR 4 parser.- Returns:
 - the factory for the parser
 
 - 
antlr2
Deprecated.Creates the ANTLR 2 parser.- Returns:
 - the factory for the parser
 
 
 -