Class StackInspector.StackValue
- java.lang.Object
-
- de.inetsoftware.jwebassembly.module.StackInspector.StackValue
-
- Enclosing class:
- StackInspector
static class StackInspector.StackValue extends java.lang.Object
Hold the state of the stack.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
idx
the instruction index that push the stack value(package private) WasmInstruction
instr
the instruction that push the stack value
-
Constructor Summary
Constructors Constructor Description StackValue()
-
-
-
Field Detail
-
idx
int idx
the instruction index that push the stack value
-
instr
WasmInstruction instr
the instruction that push the stack value
-
-