public class ReturnaddressType extends Type
| Modifier and Type | Field and Description |
|---|---|
static ReturnaddressType |
NO_TARGET |
private InstructionHandle |
returnTarget |
| Modifier | Constructor and Description |
|---|---|
private |
ReturnaddressType()
A Returnaddress [that doesn't know where to return to].
|
|
ReturnaddressType(InstructionHandle returnTarget)
Creates a ReturnaddressType object with a target.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object rat)
Returns if the two Returnaddresses refer to the same target.
|
InstructionHandle |
getTarget() |
int |
hashCode() |
getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSignature, getSize, getType, getType, getType, getTypes, toStringpublic static final ReturnaddressType NO_TARGET
private InstructionHandle returnTarget
private ReturnaddressType()
public ReturnaddressType(InstructionHandle returnTarget)
public int hashCode()
public boolean equals(Object rat)
public InstructionHandle getTarget()