Class BindCompleteToIdentInstr
java.lang.Object
org.torqlang.klvm.AbstractInstr
org.torqlang.klvm.BindCompleteToIdentInstr
- All Implemented Interfaces:
BindInstr,DeclOrInstr,Instr,Kernel,SourceSpan
-
Field Summary
FieldsFields inherited from class org.torqlang.klvm.AbstractInstr
sourceSpan -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <T,R> R accept(KernelVisitor<T, R> visitor, T state) final voidcaptureLexicallyFree(Set<Ident> knownBound, Set<Ident> lexicallyFree) final voidMethods inherited from class org.torqlang.klvm.AbstractInstr
pushStackEntries, source, sourceBegin, sourceEnd, toSourceBegin, toSourceEnd, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.torqlang.klvm.Instr
pushStackEntriesMethods inherited from interface org.torqlang.klvm.Kernel
toKernelStringMethods inherited from interface org.torqlang.util.SourceSpan
adjoin, formatSource, source, sourceBegin, sourceEnd, toSourceBegin, toSourceEnd
-
Field Details
-
a
-
x
-
-
Constructor Details
-
BindCompleteToIdentInstr
-
-
Method Details
-
accept
-
captureLexicallyFree
- Specified by:
captureLexicallyFreein interfaceDeclOrInstr- Specified by:
captureLexicallyFreein classAbstractInstr
-
compute
- Specified by:
computein interfaceInstr- Throws:
WaitException
-