org.apache.bcel.generic
public class ReturnaddressType extends Type
| Field Summary | |
|---|---|
| static ReturnaddressType | NO_TARGET |
| Constructor Summary | |
|---|---|
| ReturnaddressType(InstructionHandle returnTarget)
Creates a ReturnaddressType object with a target. | |
| Method Summary | |
|---|---|
| boolean | equals(Object rat)
Returns if the two Returnaddresses refer to the same target. |
| InstructionHandle | getTarget() |
| int | hashCode() |
Returns: the target of this ReturnaddressType
Returns: a hash code value for the object.