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
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReturnaddressType(InstructionHandle returnTarget) Creates a ReturnaddressType object with a target. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns if the two Returnaddresses refer to the same target.inthashCode()Methods inherited from class 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
-
equals
-
getTarget
- Returns:
- the target of this ReturnaddressType
-