@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Label
Rule
objects.
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 a DontLabel
annotation is present on the method or the parser class.public abstract String value
Copyright © 2012. All Rights Reserved.