Class StaticMethodInstanceInvocation.PopInfo

  • Enclosing class:
    StaticMethodInstanceInvocation

    static class StaticMethodInstanceInvocation.PopInfo
    extends java.lang.Object
    holds information about a POP instruction, what was popped, where it occurred, etc.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int popDepth  
      (package private) int popLineNum  
      (package private) int popPC  
      (package private) java.lang.String popSignature  
    • Constructor Summary

      Constructors 
      Constructor Description
      PopInfo​(int pc, int lineNum, java.lang.String signature, int depth)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • popPC

        int popPC
      • popLineNum

        int popLineNum
      • popSignature

        java.lang.String popSignature
      • popDepth

        int popDepth
    • Constructor Detail

      • PopInfo

        PopInfo​(int pc,
                int lineNum,
                java.lang.String signature,
                int depth)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object