Class NaruSetRoutineLineStmt

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

public class NaruSetRoutineLineStmt extends NaruStatement implements Cloneable
  • Field Details

    • number

      public int number
    • command

      public String command
  • Constructor Details

    • NaruSetRoutineLineStmt

      public NaruSetRoutineLineStmt(int number, String command)
    • NaruSetRoutineLineStmt

      public NaruSetRoutineLineStmt(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