org.apache.bcel.generic
public class ReturnaddressType extends Type
Version: $Id: ReturnaddressType.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
|---|---|
| static ReturnaddressType | NO_TARGET |
| InstructionHandle | returnTarget |
| Constructor Summary | |
|---|---|
| ReturnaddressType()
A Returnaddress [that doesn't know where to return to]. | |
| 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.