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
public class StatefulRangeIgnore extends IgnoreRange
Variant ofIgnoreRange
to be used in stateful visitors.
-
-
Constructor Summary
Constructors Constructor Description StatefulRangeIgnore(StatefulVisitor.StateControl stateControl, Class<? extends Command> rangeStart, Class<? extends Command> rangeEnd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
onCompleted()
-
Methods inherited from class org.apache.sling.scripting.sightly.impl.compiler.visitor.IgnoreRange
onCommand
-
-
-
-
Constructor Detail
-
StatefulRangeIgnore
public StatefulRangeIgnore(StatefulVisitor.StateControl stateControl, Class<? extends Command> rangeStart, Class<? extends Command> rangeEnd)
-
-
Method Detail
-
onCompleted
protected void onCompleted()
- Specified by:
onCompleted
in classIgnoreRange
-
-