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,v 1.1.1.1 2001/10/29 20:00:26 jvanzyl Exp $
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.