java.io.Serializablepublic class ReturnaddressType extends Type
| Modifier and Type | Field | Description |
|---|---|---|
static ReturnaddressType |
NO_TARGET |
| Constructor | Description |
|---|---|
ReturnaddressType(InstructionHandle returnTarget) |
Creates a ReturnaddressType object with a target.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object rat) |
Returns if the two Returnaddresses refer to the same target.
|
InstructionHandle |
getTarget() |
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetArgumentTypes, getMethodSignature, getReturnType, getSignature, getSignature, getSize, getType, getType, getType, getTypes, toStringpublic static final ReturnaddressType NO_TARGET
public ReturnaddressType(InstructionHandle returnTarget)
public int hashCode()
public boolean equals(java.lang.Object rat)
public InstructionHandle getTarget()