org.parboiled.annotations
Annotation Type SuppressNode


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SuppressNode

Annotation that can be used on parser methods returning Rule objects. Instructs parboiled to not create a parse tree node for this rule and all subrules, which can significantly increase parsing performance.