Package net.thevpc.naru.impl.engine.stmt
Class NaruToolCallStmt
java.lang.Object
net.thevpc.naru.api.stmt.NaruStatement
net.thevpc.naru.impl.engine.stmt.NaruToolCallStmt
- All Implemented Interfaces:
Cloneable,net.thevpc.nuts.elem.NToElement,net.thevpc.nuts.util.NCopiable
-
Nested Class Summary
Nested classes/interfaces inherited from class net.thevpc.naru.api.stmt.NaruStatement
NaruStatement.Type -
Field Summary
FieldsFields inherited from class net.thevpc.naru.api.stmt.NaruStatement
injected, type -
Constructor Summary
ConstructorsConstructorDescriptionNaruToolCallStmt(NaruToolCall call) NaruToolCallStmt(net.thevpc.nuts.elem.NElement element) -
Method Summary
Modifier and TypeMethodDescriptionprotected NaruToolCallStmtclone()voidnet.thevpc.nuts.elem.NElementMethods inherited from class net.thevpc.naru.api.stmt.NaruStatement
copy, injected, injected
-
Field Details
-
call
-
-
Constructor Details
-
NaruToolCallStmt
-
NaruToolCallStmt
public NaruToolCallStmt(net.thevpc.nuts.elem.NElement element)
-
-
Method Details
-
toElement
public net.thevpc.nuts.elem.NElement toElement()- Specified by:
toElementin interfacenet.thevpc.nuts.elem.NToElement- Overrides:
toElementin classNaruStatement
-
clone
- Overrides:
clonein classNaruStatement
-
exec
- Specified by:
execin classNaruStatement
-