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
Version:
- Enver Haase
- Serialized Form
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.