Class StaticMethodInstanceInvocation.PopInfo

java.lang.Object
com.mebigfatguy.fbcontrib.detect.StaticMethodInstanceInvocation.PopInfo
Enclosing class:
StaticMethodInstanceInvocation

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

    • popPC

      int popPC
    • popLineNum

      int popLineNum
    • popSignature

      String popSignature
    • popDepth

      int popDepth
  • Constructor Details

    • PopInfo

      PopInfo(int pc, int lineNum, String signature, int depth)
  • Method Details