Package org.parboiled.annotations
Annotation Type SuppressNode
-
@Retention(RUNTIME) @Target(METHOD) public @interface SuppressNodeAnnotation that can be used on parser methods returningRuleobjects. Instructs parboiled to not create a parse tree node for this rule and all subrules, which can significantly increase parsing performance.