Class StatefulRangeIgnore
java.lang.Object
org.apache.sling.scripting.sightly.impl.compiler.visitor.UniformVisitor
org.apache.sling.scripting.sightly.impl.compiler.visitor.IgnoreRange
org.apache.sling.scripting.sightly.impl.compiler.visitor.StatefulRangeIgnore
- All Implemented Interfaces:
CommandVisitor
Variant of
IgnoreRange
to be used in stateful visitors.-
Constructor Summary
ConstructorDescriptionStatefulRangeIgnore
(StatefulVisitor.StateControl stateControl, Class<? extends Command> rangeStart, Class<? extends Command> rangeEnd) -
Method Summary
Methods inherited from class org.apache.sling.scripting.sightly.impl.compiler.visitor.IgnoreRange
onCommand
-
Constructor Details
-
StatefulRangeIgnore
public StatefulRangeIgnore(StatefulVisitor.StateControl stateControl, Class<? extends Command> rangeStart, Class<? extends Command> rangeEnd)
-
-
Method Details
-
onCompleted
protected void onCompleted()- Specified by:
onCompleted
in classIgnoreRange
-