Package org.apache.bcel.generic
Class ReturnaddressType
java.lang.Object
org.apache.bcel.generic.Type
org.apache.bcel.generic.ReturnaddressType
Returnaddress, the type JSR or JSR_W instructions push upon the stack.
see vmspec2 �3.3.3
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
A Returnaddress [that doesn't know where to return to].ReturnaddressType
(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
consumed, encode, getArgumentTypes, getArgumentTypesSize, getClassName, getMethodSignature, getReturnType, getReturnTypeSize, getSignature, getSignature, getSize, getType, getType, getType, getTypes, getTypeSize, internalTypeNameToSignature, normalizeForStackOrLocal, size, toString
-
Field Details
-
NO_TARGET
-
returnTarget
-
-
Constructor Details
-
ReturnaddressType
private ReturnaddressType()A Returnaddress [that doesn't know where to return to]. -
ReturnaddressType
Creates a ReturnaddressType object with a target.
-
-
Method Details
-
equals
Returns if the two Returnaddresses refer to the same target. -
getTarget
- Returns:
- the target of this ReturnaddressType
-
hashCode
public int hashCode()
-