Uses of Interface
org.torqlang.klvm.Complete
-
Uses of Complete in org.torqlang.klvm
Subinterfaces of Complete in org.torqlang.klvmModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in org.torqlang.klvm that implement CompleteModifier and TypeClassDescriptionclassclassfinal classfinal classfinal classfinal classfinal classCompleteObjProcBinding<T extends CompleteObj>final classfinal classfinal classfinal classfinal classclassfinal classfinal classFields in org.torqlang.klvm declared as CompleteModifier and TypeFieldDescriptionfinal CompleteBindCompleteToCompleteInstr.afinal CompleteBindCompleteToIdentInstr.afinal CompleteBindCompleteToValueOrVarInstr.afinal CompleteNativeThrow.errorfinal CompleteComputeHalt.uncaughtThrowfinal CompleteUncaughtThrowError.uncaughtThrowfinal CompleteCompleteField.valuefinal CompleteIdentDef.valuefinal CompleteBindCompleteToCompleteInstr.xMethods in org.torqlang.klvm that return CompleteModifier and TypeMethodDescriptiondefault CompleteComplete.checkComplete()default CompletePartial.checkComplete(IdentityHashMap<Partial, Complete> memos) default CompleteValue.checkComplete()ValueOrVar.checkComplete()final CompleteVar.checkComplete()final CompleteFailedValue.error()final Completefinal Completefinal Completefinal Completefinal CompleteCompleteField.value()final CompleteAbstractCompleteRec.valueAt(int i) final CompleteAbstractCompleteTuple.valueAt(int i) CompleteRec.valueAt(int index) Methods in org.torqlang.klvm that return types with arguments of type CompleteMethods in org.torqlang.klvm with parameters of type CompleteModifier and TypeMethodDescriptionfinal CompleteRecBuilderfinal CompleteTupleBuilderstatic StringFailedValue.formatDetailsString(String heading, String owner, long threadId, String threadName, Complete error, Stack current, Throwable nativeCause) static voidFailedValue.formatDetailsString(String heading, String owner, long threadId, String threadName, Complete error, Stack current, Throwable nativeCause, StringBuilder sb) static CompleteRecstatic CompleteTupleMethod parameters in org.torqlang.klvm with type arguments of type CompleteModifier and TypeMethodDescriptionfinal voidAbstractCompleteTuple.addAllTo(Collection<? super Complete> collection) voidCompleteTuple.addAllTo(Collection<? super Complete> collection) default CompletePartial.checkComplete(IdentityHashMap<Partial, Complete> memos) final CompleteActorCtorPartialActorCtor.checkComplete(IdentityHashMap<Partial, Complete> memos) final CompleteClosurePartialClosure.checkComplete(IdentityHashMap<Partial, Complete> memos) default CompleteProcPartialProc.checkComplete(IdentityHashMap<Partial, Complete> memos) static CompleteTuplestatic CompleteTuplestatic EnvEnv.createComplete(Map<Ident, Complete> bindings) Constructors in org.torqlang.klvm with parameters of type CompleteModifierConstructorDescriptionBindCompleteToCompleteInstr(Complete a, Complete x, SourceSpan sourceSpan) BindCompleteToIdentInstr(Complete a, Ident x, SourceSpan sourceSpan) BindCompleteToValueOrVarInstr(Complete a, ValueOrVar x, SourceSpan sourceSpan) CompleteField(Feature feature, Complete value) ComputeHalt(Complete uncaughtThrow, Stack current, Throwable nativeCause) FailedValue(String owner, Complete error, Stack stack, FailedValue torqCause, Throwable nativeCause) NativeThrow(Complete error) UncaughtThrowError(Complete uncaughtThrow, Throwable nativeCause) Constructor parameters in org.torqlang.klvm with type arguments of type Complete