public 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, wait
getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSignature, getSize, getType, getType, getType, getTypes, toString
public static final ReturnaddressType NO_TARGET
public ReturnaddressType(InstructionHandle returnTarget)
public int hashCode()
public boolean equals(java.lang.Object rat)
public InstructionHandle getTarget()