Package net.thevpc.naru.impl.engine.stmt
Class NaruIncrementalStmt
java.lang.Object
net.thevpc.naru.api.stmt.NaruStatement
net.thevpc.naru.impl.engine.stmt.NaruFlowStatement
net.thevpc.naru.impl.engine.stmt.NaruIncrementalStmt
- All Implemented Interfaces:
Cloneable,net.thevpc.nuts.elem.NToElement,net.thevpc.nuts.util.NCopiable
- Direct Known Subclasses:
NaruForStmt,NaruIfStmt,NaruWhileStmt
-
Nested Class Summary
Nested classes/interfaces inherited from class net.thevpc.naru.api.stmt.NaruStatement
NaruStatement.Type -
Field Summary
Fields inherited from class net.thevpc.naru.api.stmt.NaruStatement
injected, type -
Constructor Summary
ConstructorsConstructorDescriptionNaruIncrementalStmt(NaruStatement.Type type, net.thevpc.nuts.elem.NElement element) -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanacceptStatement(NaruStatement any, NaruTask task) abstract boolean
-
Constructor Details
-
NaruIncrementalStmt
-
NaruIncrementalStmt
-
-
Method Details
-
isPending
public abstract boolean isPending() -
acceptStatement
-