public abstract class ParserPluginFactory extends Object
A factory of parser plugin instances.
Type Params | Return Type | Name and description |
---|---|---|
public static ParserPluginFactory |
antlr2() Creates the ANTLR 2 parser. | |
public static ParserPluginFactory |
antlr4() Creates the ANTLR 4 parser. | |
public abstract ParserPlugin |
createParserPlugin() |
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Creates the ANTLR 2 parser.
Creates the ANTLR 4 parser.
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/control/ParserPluginFactory.html