Package org.apache.bcel.generic
Class ReturnaddressType
java.lang.Object
org.apache.bcel.generic.Type
org.apache.bcel.generic.ReturnaddressType
- All Implemented Interfaces:
Serializable
Returnaddress, the type JSR or JSR_W instructions push upon the stack.
see vmspec2 §3.3.3
- Version:
- $Id: ReturnaddressType.java 386056 2006-03-15 11:31:56Z tcurdt $
- Author:
- Enver Haase
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReturnaddressType
(InstructionHandle returnTarget) Creates a ReturnaddressType object with a target. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns if the two Returnaddresses refer to the same target.int
hashCode()
Methods inherited from class org.apache.bcel.generic.Type
getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSignature, getSize, getType, getType, getType, getTypes, toString
-
Field Details
-
NO_TARGET
-
-
Constructor Details
-
ReturnaddressType
Creates a ReturnaddressType object with a target.
-
-
Method Details
-
hashCode
public int hashCode() -
equals
Returns if the two Returnaddresses refer to the same target. -
getTarget
- Returns:
- the target of this ReturnaddressType
-