Package net.thevpc.naru.api.routine
Interface NaruTaskFrame
- All Superinterfaces:
net.thevpc.nuts.elem.NToElement
public interface NaruTaskFrame
extends net.thevpc.nuts.elem.NToElement
-
Method Summary
Modifier and TypeMethodDescriptioneditRoutine(String name) net.thevpc.nuts.util.NOptional<Object>getLocalVar(String key) net.thevpc.nuts.util.NOptional<Object>booleanlastResult(NaruStmtResult ret) params()intpc()pc(int pc) returnPc()voidsetLocalVar(String key, Object value) voidunsetLocalVar(String key) Methods inherited from interface net.thevpc.nuts.elem.NToElement
toElement
-
Method Details
-
isInheritVars
boolean isInheritVars() -
setLocalVar
-
getLastResult
NaruStmtResult getLastResult() -
getLocalVar
-
unsetLocalVar
-
setParam
-
getParam
-
params
-
localVars
-
returnPc
Integer returnPc() -
pc
-
pc
int pc() -
lastResult
-
getAllVars
-
runningRoutine
String runningRoutine() -
editRoutine
-
editRoutine
String editRoutine()
-