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(java.lang.String string)
Used internally to convert the given string literal to a parser rule.
|
Rule |
BaseParser.toRule(java.lang.Object obj)
Converts the given object to a rule.
|
Rule[] |
BaseParser.toRules(java.lang.Object... objects)
Converts the given object array to an array of rules.
|