Package org.parboiled.annotations
Annotation Type SuppressSubnodes
-
@Retention(RUNTIME) @Target(METHOD) public @interface SuppressSubnodesAnnotation that can be used on parser methods returningRuleobjects. Instructs parboiled to not create parse tree nodes for the subrules of the rule, which can significantly increase parsing performance.