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