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.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.