Uses of Annotation Interface
org.parboiled.annotations.DontExtend
Packages that use DontExtend
-
Uses of DontExtend in org.parboiled
Methods in org.parboiled with annotations of type DontExtendModifier and TypeMethodDescriptionprotected org.parboiled.Rule
BaseParser.fromCharArray
(char[] array) Used internally to convert the given char array to a parser rule.protected org.parboiled.Rule
BaseParser.fromCharLiteral
(char c) Used internally to convert the given character literal to a parser rule.protected org.parboiled.Rule
BaseParser.fromStringLiteral
(String string) Used internally to convert the given string literal to a parser rule.org.parboiled.Rule
Converts the given object to a rule.org.parboiled.Rule[]
Converts the given object array to an array of rules.