Package org.apache.groovy.parser.antlr4
Class Antlr4PluginFactory
- java.lang.Object
- 
- org.codehaus.groovy.control.ParserPluginFactory
- 
- org.apache.groovy.parser.antlr4.Antlr4PluginFactory
 
 
- 
 public class Antlr4PluginFactory extends ParserPluginFactory A parser plugin factory for the new parser.
- 
- 
Constructor SummaryConstructors Constructor Description Antlr4PluginFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ParserPlugincreateParserPlugin()- 
Methods inherited from class org.codehaus.groovy.control.ParserPluginFactoryantlr2, antlr4
 
- 
 
- 
- 
- 
Method Detail- 
createParserPluginpublic ParserPlugin createParserPlugin() - Specified by:
- createParserPluginin class- ParserPluginFactory
 
 
- 
 
-