@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface ExplicitActionsOnly
Rule
or the
parser class itself.
Instructs parboiled to not perform implicit action expression wrapping, i.e. not treat expressions that form
parameters to Boolean.valueOf(boolean) calls as action expressions.
Instead only expressions wrapped by explicit calls to BaseParser.ACTION(boolean)
will be
treated as action expressions.