Uses of Annotation Interface
org.parboiled.annotations.SuppressSubnodes
Packages that use SuppressSubnodes
-
Uses of SuppressSubnodes in org.parboiled
Methods in org.parboiled with annotations of type SuppressSubnodesModifier and TypeMethodDescriptionorg.parboiled.Rule
BaseParser.IgnoreCase
(char... characters) Explicitly creates a rule matching the given string in a case-independent fashion.org.parboiled.Rule
BaseParser.String
(char... characters) Explicitly creates a rule matching the given string.