Class NaruAppendRoutineLineStmt

java.lang.Object
net.thevpc.naru.api.stmt.NaruStatement
net.thevpc.naru.impl.engine.stmt.NaruAppendRoutineLineStmt
All Implemented Interfaces:
Cloneable, net.thevpc.nuts.elem.NToElement, net.thevpc.nuts.util.NCopiable

public class NaruAppendRoutineLineStmt extends NaruStatement implements Cloneable
  • Field Details

    • increment

      public int increment
    • command

      public String command
  • Constructor Details

    • NaruAppendRoutineLineStmt

      public NaruAppendRoutineLineStmt(int increment, String command)
    • NaruAppendRoutineLineStmt

      public NaruAppendRoutineLineStmt(net.thevpc.nuts.elem.NElement element)
  • Method Details

    • toElement

      public net.thevpc.nuts.elem.NElement toElement()
      Specified by:
      toElement in interface net.thevpc.nuts.elem.NToElement
      Overrides:
      toElement in class NaruStatement
    • exec

      public void exec(NaruTask task)
      Specified by:
      exec in class NaruStatement