static class OptionalIssues.ActiveStackOp
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) FQMethod |
method |
private int |
opcode |
| Constructor and Description |
|---|
ActiveStackOp(int op) |
ActiveStackOp(int op,
FQMethod calledMethod) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
FQMethod |
getMethod() |
int |
getOpcode() |
int |
hashCode() |
java.lang.String |
toString() |
private int opcode
FQMethod method
public ActiveStackOp(int op)
public ActiveStackOp(int op,
FQMethod calledMethod)
public int getOpcode()
public FQMethod getMethod()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.