Package org.parboiled.annotations
Annotation Type Label
-
@Retention(RUNTIME) @Target(METHOD) public @interface LabelAnnotation that can be used on parser methods returningRuleobjects. Instructs parboiled to automatically label the created rules with the given label. If this annotation is not present on a rule method parboiled automatically names the created rules with the method name, unless aDontLabelannotation is present on the method or the parser class.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-