Uses of Annotation Interface
org.parboiled.annotations.DontExtend

Packages that use DontExtend
Package
Description
 
  • Uses of DontExtend in org.parboiled

    Methods in org.parboiled with annotations of type DontExtend
    Modifier and Type
    Method
    Description
    protected 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
    BaseParser.toRule(Object obj)
    Converts the given object to a rule.
    org.parboiled.Rule[]
    BaseParser.toRules(Object... objects)
    Converts the given object array to an array of rules.