Class NaruFlowStatement

java.lang.Object
net.thevpc.naru.api.stmt.NaruStatement
net.thevpc.naru.impl.engine.stmt.NaruFlowStatement
All Implemented Interfaces:
Cloneable, net.thevpc.nuts.elem.NToElement, net.thevpc.nuts.util.NCopiable
Direct Known Subclasses:
NaruElseIfStmt, NaruEndStmt, NaruIncrementalStmt

public abstract class NaruFlowStatement extends NaruStatement implements Cloneable
  • Constructor Details

    • NaruFlowStatement

      public NaruFlowStatement(NaruStatement.Type type)
    • NaruFlowStatement

      public NaruFlowStatement(NaruStatement.Type type, net.thevpc.nuts.elem.NElement element)