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 Details

  • Method Details

    • onCommand

      public void onCommand(Command command)
      Specified by:
      onCommand in class UniformVisitor
    • onCompleted

      protected abstract void onCompleted()