A factory of parser plugin instances.
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            static ParserPluginFactory | 
                            antlr2()Creates the ANTLR 2 parser.  | 
                        
 | 
                            static ParserPluginFactory | 
                            antlr4()Creates the ANTLR 4 parser.  | 
                        
 | 
                            ParserPlugin | 
                            createParserPlugin() | 
                        
Creates the ANTLR 2 parser.
Creates the ANTLR 4 parser.