Class AbstractInstr
java.lang.Object
org.torqlang.klvm.AbstractInstr
- All Implemented Interfaces:
DeclOrInstr,Instr,Kernel,SourceSpan
- Direct Known Subclasses:
AbstractCreateProcInstr,ActInstr,AddInstr,ApplyInstr,BindCompleteToCompleteInstr,BindCompleteToIdentInstr,BindCompleteToValueOrVarInstr,BindIdentToIdentInstr,CaseElseInstr,CaseInstr,CatchInstr,CreateRecInstr,CreateTupleInstr,DebugInstr,DisentailsInstr,DivideInstr,EntailsInstr,GetCellValueInstr,GreaterThanInstr,GreaterThanOrEqualToInstr,IfElseInstr,IfInstr,JumpCatchInstr,JumpThrowInstr,LessThanInstr,LessThanOrEqualToInstr,LocalInstr,ModuloInstr,MultiplyInstr,NegateInstr,NotInstr,SelectAndApplyInstr,SelectInstr,SeqInstr,SetCellValueInstr,SkipInstr,SubtractInstr,ThrowInstr,TryInstr
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidcaptureLexicallyFree(Set<Ident> knownBound, Set<Ident> lexicallyFree) voidpushStackEntries(Machine machine, Env env) final SourceStringsource()final intfinal intfinal SourceSpanfinal SourceSpanfinal StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.torqlang.klvm.Kernel
accept, toKernelStringMethods inherited from interface org.torqlang.util.SourceSpan
adjoin, formatSource
-
Field Details
-
sourceSpan
-
-
Constructor Details
-
AbstractInstr
-
-
Method Details
-
captureLexicallyFree
- Specified by:
captureLexicallyFreein interfaceDeclOrInstr
-
pushStackEntries
- Specified by:
pushStackEntriesin interfaceInstr
-
sourceBegin
public final int sourceBegin()- Specified by:
sourceBeginin interfaceSourceSpan
-
sourceEnd
public final int sourceEnd()- Specified by:
sourceEndin interfaceSourceSpan
-
source
- Specified by:
sourcein interfaceSourceSpan
-
toSourceBegin
- Specified by:
toSourceBeginin interfaceSourceSpan
-
toSourceEnd
- Specified by:
toSourceEndin interfaceSourceSpan
-
toString
-