org.parboiled
Interface SkippableAction<V>

All Superinterfaces:
Action<V>

public interface SkippableAction<V>
extends Action<V>

An action that can optionally be skipped when run underneath a predicate matcher.


Method Summary
 boolean skipInPredicates()
          Determines whether the execution of this action is to be skipped inside of predicate matchers.
 
Methods inherited from interface org.parboiled.Action
run
 

Method Detail

skipInPredicates

boolean skipInPredicates()
Determines whether the execution of this action is to be skipped inside of predicate matchers.

Returns:
true if this action is not to be run inside predicates