Class DebugInstr
java.lang.Object
org.torqlang.klvm.AbstractInstr
org.torqlang.klvm.DebugInstr
- All Implemented Interfaces:
DeclOrInstr,Instr,Kernel,SourceSpan
-
Field Summary
Fields inherited from class org.torqlang.klvm.AbstractInstr
sourceSpan -
Constructor Summary
ConstructorsConstructorDescriptionDebugInstr(DebugInstrListener listener, Instr nextInstr, Env nextEnv, SourceSpan sourceSpan) -
Method Summary
Methods 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.Kernel
toKernelStringMethods inherited from interface org.torqlang.util.SourceSpan
adjoin, formatSource
-
Constructor Details
-
DebugInstr
-
-
Method Details
-
accept
-
captureLexicallyFree
- Specified by:
captureLexicallyFreein interfaceDeclOrInstr- Specified by:
captureLexicallyFreein classAbstractInstr
-
compute
- Throws:
WaitException
-
nextEnv
-
nextInstr
-