Class Machine
java.lang.Object
org.torqlang.klvm.Machine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ComputeAdvicecompute(long timeSlice) static voidfinal longfinal Stackcurrent()final <T> Towner()final voidpushStackEntries(List<Instr> instrs, Env env) final voidpushStackEntry(Instr instr, Env env) final Stackstack()
-
Constructor Details
-
Machine
-
Machine
-
-
Method Details
-
compute
-
compute
-
computeCount
public final long computeCount() -
current
-
owner
public final <T> T owner() -
pushStackEntries
-
pushStackEntry
-
stack
-