Class StackInspector.StackValue

java.lang.Object
de.inetsoftware.jwebassembly.module.StackInspector.StackValue
Enclosing class:
StackInspector

static class StackInspector.StackValue extends Object
Hold the state of the stack.
  • Field Details

    • idx

      int idx
      the instruction index that push the stack value
    • instr

      the instruction that push the stack value
  • Constructor Details

    • StackValue

      StackValue()