java.lang.Object
org.apache.sling.scripting.sightly.compiler.commands.Loop.Start
All Implemented Interfaces:
Command
Enclosing class:
Loop

public static class Loop.Start extends Object implements Command
  • Constructor Details

  • Method Details

    • getListVariable

      public String getListVariable()
    • getItemVariable

      public String getItemVariable()
    • getIndexVariable

      public String getIndexVariable()
    • getBeginVariable

      public String getBeginVariable()
    • getStepVariable

      public String getStepVariable()
    • getEndVariable

      public String getEndVariable()
    • accept

      public void accept(CommandVisitor visitor)
      Description copied from interface: Command
      Accept a visitor.
      Specified by:
      accept in interface Command
      Parameters:
      visitor - the visitor that will process this command
    • toString

      public String toString()
      Overrides:
      toString in class Object