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