Package | Description |
---|---|
org.parboiled |
Modifier and Type | Method and Description |
---|---|
static <P extends BaseParser<V>,V> |
Parboiled.createParser(java.lang.Class<P> parserClass,
java.lang.Object... constructorArgs)
Creates a parser object whose rule creation methods can then be used with one of the
ParseRunner implementations. |
<P extends BaseParser<V>> |
BaseParser.newInstance()
Creates a new instance of this parsers class using the no-arg constructor.
|