|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface ExplicitActionsOnly
Annotation that can be used on parser rule methods (i.e. methods returning a 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |