Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • idx

        int idx
        the instruction index that push the stack value
    • Constructor Detail

      • StackValue

        StackValue()