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 386056 2006-03-15 11:31:56Z tcurdt $
BOOLEAN , BYTE , CHAR , CLASS , DOUBLE , FLOAT , INT , LONG , NO_ARGS , NULL , OBJECT , SHORT , STRING , STRINGBUFFER , THROWABLE , UNKNOWN , VOID , consumed_chars , signature , type |
equals , getArgumentTypes , getMethodSignature , getReturnType , getSignature , getSignature , getSize , getType , getType , getType , getTypes , hashCode , toString , unwrap , wrap |
ReturnaddressType
private ReturnaddressType()
A Returnaddress [that doesn't know where to return to].
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.
- equals in interface Type
hashCode
public int hashCode()
- hashCode in interface Type
- a hash code value for the object.