org.apache.bcel.generic
public class ReturnaddressType extends Type
Version: $Id: ReturnaddressType.java 152690 2001-10-29 19:59:54Z jvanzyl $
| 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() |
Returns: the target of this ReturnaddressType