Class Loop.Start

  • All Implemented Interfaces:
    Command
    Enclosing class:
    Loop

    public static class Loop.Start
    extends Object
    implements Command
    • Method Detail

      • 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