Class ComputeHalt
java.lang.Object
org.torqlang.klvm.ComputeHalt
- All Implemented Interfaces:
ComputeAdvice
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionComputeHalt(Complete uncaughtThrow, Stack current, Throwable nativeCause) ComputeHalt(FailedValue touchedFailedValue, Stack current) ComputeHalt(Stack current, Throwable nativeCause) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.torqlang.klvm.ComputeAdvice
isEnd, isPreempt, isWait
-
Field Details
-
touchedFailedValue
-
uncaughtThrow
-
nativeCause
-
current
-
-
Constructor Details
-
ComputeHalt
-
ComputeHalt
-
ComputeHalt
-
-
Method Details
-
isHalt
public final boolean isHalt()- Specified by:
isHaltin interfaceComputeAdvice
-