Class AntlrParserPluginFactory

java.lang.Object
org.codehaus.groovy.control.ParserPluginFactory
org.codehaus.groovy.antlr.AntlrParserPluginFactory

@Deprecated
public class AntlrParserPluginFactory
extends ParserPluginFactory
Deprecated.
  • Constructor Summary

    Constructors
    Constructor Description
    AntlrParserPluginFactory()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    ParserPlugin createParserPlugin()
    Deprecated.

    Methods inherited from class org.codehaus.groovy.control.ParserPluginFactory

    antlr2, antlr4

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AntlrParserPluginFactory

      public AntlrParserPluginFactory()
      Deprecated.
  • Method Details