Interface BindInstr
- All Superinterfaces:
DeclOrInstr,Instr,Kernel,SourceSpan
- All Known Implementing Classes:
BindCompleteToCompleteInstr,BindCompleteToIdentInstr,BindCompleteToValueOrVarInstr,BindIdentToIdentInstr
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic BindInstrcreate(CompleteOrIdent leftSide, CompleteOrIdent rightSide, SourceSpan sourceSpan) Methods inherited from interface org.torqlang.klvm.DeclOrInstr
captureLexicallyFreeMethods inherited from interface org.torqlang.klvm.Instr
compute, pushStackEntriesMethods inherited from interface org.torqlang.klvm.Kernel
accept, toKernelStringMethods inherited from interface org.torqlang.util.SourceSpan
adjoin, formatSource, source, sourceBegin, sourceEnd, toSourceBegin, toSourceEnd
-
Method Details
-
create
-