public class ReturnaddressType extends Type
Modifier and Type | Field and Description |
---|---|
static ReturnaddressType |
NO_TARGET |
Constructor and Description |
---|
ReturnaddressType(InstructionHandle returnTarget)
Creates a ReturnaddressType object with a target.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.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, toString
public static final ReturnaddressType NO_TARGET
public ReturnaddressType(InstructionHandle returnTarget)
public int hashCode()
public boolean equals(java.lang.Object rat)
public InstructionHandle getTarget()