Package | Description |
---|---|
org.parboiled |
Modifier and Type | Method and Description |
---|---|
protected Rule |
BaseParser.fromCharArray(char[] array)
Used internally to convert the given char array to a parser rule.
|
protected Rule |
BaseParser.fromCharLiteral(char c)
Used internally to convert the given character literal to a parser rule.
|
protected Rule |
BaseParser.fromStringLiteral(String string)
Used internally to convert the given string literal to a parser rule.
|
Rule |
BaseParser.toRule(Object obj)
Converts the given object to a rule.
|
Rule[] |
BaseParser.toRules(Object... objects)
Converts the given object array to an array of rules.
|
Copyright © 2015. All rights reserved.