Package com.mebigfatguy.fbcontrib.detect
Class OptionalIssues.ActiveStackOp
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.OptionalIssues.ActiveStackOp
-
- Enclosing class:
- OptionalIssues
static class OptionalIssues.ActiveStackOp extends java.lang.Object
represents an opcode that was issued while there is still active elements on the stack.
-
-
Constructor Summary
Constructors Constructor Description ActiveStackOp(int op)
ActiveStackOp(int op, FQMethod calledMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
FQMethod
getMethod()
int
getOpcode()
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
opcode
private int opcode
-
method
FQMethod method
-
-
Constructor Detail
-
ActiveStackOp
public ActiveStackOp(int op)
-
ActiveStackOp
public ActiveStackOp(int op, FQMethod calledMethod)
-
-
Method Detail
-
getOpcode
public int getOpcode()
-
getMethod
public FQMethod getMethod()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-