Class IgnoreRange
- java.lang.Object
-
- org.apache.sling.scripting.sightly.impl.compiler.visitor.UniformVisitor
-
- org.apache.sling.scripting.sightly.impl.compiler.visitor.IgnoreRange
-
- All Implemented Interfaces:
CommandVisitor
- Direct Known Subclasses:
StatefulRangeIgnore
public abstract class IgnoreRange extends UniformVisitor
Ignore a nested range of commands.
-
-
Constructor Summary
Constructors Constructor Description IgnoreRange(Class<? extends Command> rangeStart, Class<? extends Command> rangeEnd)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
onCommand(Command command)
protected abstract void
onCompleted()
-