Class NaruLabelStmt

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

public class NaruLabelStmt extends NaruStatement implements Cloneable
  • Constructor Details

    • NaruLabelStmt

      public NaruLabelStmt(String name)
    • NaruLabelStmt

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