Class CompleteObjProcBinding<T extends CompleteObj>
java.lang.Object
org.torqlang.klvm.CompleteObjProcBinding<T>
- All Implemented Interfaces:
Complete,CompleteOrIdent,CompleteProc,Kernel,ObjProcBinding<T>,Proc,Value,ValueOrIdent,ValueOrIdentPtn,ValueOrPtn,ValueOrResolvedPtn,ValueOrVar,ValueOrVarSet
public final class CompleteObjProcBinding<T extends CompleteObj>
extends Object
implements CompleteProc, ObjProcBinding<T>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.torqlang.klvm.Complete
checkComplete, toNativeValue, toVarMethods inherited from interface org.torqlang.klvm.Kernel
toKernelStringMethods inherited from interface org.torqlang.klvm.Proc
accept, bindToValue, entailsRecMethods inherited from interface org.torqlang.klvm.Value
add, appendToString, bindToValueOrVar, bindToVar, caseNonRecOfThis, caseOf, caseRecOfThis, checkNotFailedValue, compareValueTo, deconstruct, disentails, divide, entails, entails, entailsValueOrIdent, entailsValueOrVar, entailsVar, greaterThan, greaterThanOrEqualTo, lessThan, lessThanOrEqualTo, modulo, multiply, negate, not, resolveValue, resolveValue, resolveValueOrIdent, resolveValueOrVar, resolveValueOrVar, subtract, unifyRecs
-
Constructor Details
-
CompleteObjProcBinding
-
-
Method Details
-
apply
- Specified by:
applyin interfaceProc- Throws:
WaitException
-
isValidKey
public final boolean isValidKey()- Specified by:
isValidKeyin interfaceCompleteProc- Specified by:
isValidKeyin interfaceValue
-
obj
- Specified by:
objin interfaceObjProcBinding<T extends CompleteObj>
-
proc
- Specified by:
procin interfaceObjProcBinding<T extends CompleteObj>
-
toString
-