Class OptionalIssues.ActiveStackOp

java.lang.Object
com.mebigfatguy.fbcontrib.detect.OptionalIssues.ActiveStackOp
Enclosing class:
OptionalIssues

static class OptionalIssues.ActiveStackOp extends Object
represents an opcode that was issued while there is still active elements on the stack.
  • Field Details

    • opcode

      private int opcode
    • method

      FQMethod method
  • Constructor Details

    • ActiveStackOp

      public ActiveStackOp(int op)
    • ActiveStackOp

      public ActiveStackOp(int op, FQMethod calledMethod)
  • Method Details