JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
org.torqlang.klvm
org.torqlang.klvm
DebugInstrListener
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
onNextInstr(Instr, Env, Machine)
Interface DebugInstrListener
public interface
DebugInstrListener
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onNextInstr
(
Instr
nextInstr,
Env
nextEnv,
Machine
machine)
Method Details
onNextInstr
void
onNextInstr
(
Instr
nextInstr,
Env
nextEnv,
Machine
machine)