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() |
Creates the ANTLR 2 parser.
Creates the ANTLR 4 parser.