Class StackInspector.StackValue
java.lang.Object
de.inetsoftware.jwebassembly.module.StackInspector.StackValue
- Enclosing class:
StackInspector
Hold the state of the stack.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
the instruction index that push the stack value(package private) WasmInstruction
the instruction that push the stack value -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
idx
int idxthe instruction index that push the stack value -
instr
WasmInstruction instrthe instruction that push the stack value
-
-
Constructor Details
-
StackValue
StackValue()
-