org.apache.bcel.generic
Class ReturnaddressType
- java.io.Serializable
public class ReturnaddressType
Returnaddress, the type JSR or JSR_W instructions push upon the stack.
see vmspec2 ?3.3.3
$Id: ReturnaddressType.java 152690 2001-10-29 19:59:54Z jvanzyl $
BOOLEAN, BYTE, CHAR, DOUBLE, FLOAT, INT, LONG, NO_ARGS, NULL, OBJECT, SHORT, STRING, STRINGBUFFER, THROWABLE, UNKNOWN, VOID, signature, type |
ReturnaddressType
public ReturnaddressType(InstructionHandle returnTarget)
Creates a ReturnaddressType object with a target.
equals
public boolean equals(Object rat)
Returns if the two Returnaddresses refer to the same target.