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
FieldsModifier and TypeFieldDescriptionstatic final ReturnaddressTypePredefined constant for a returnaddress with no target. -
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.Gets the target of this ReturnaddressType.inthashCode()Gets the hash code of this Type.Methods inherited from class Type
getArgumentTypes, getClassName, getMethodSignature, getReturnType, getSignature, getSignature, getSize, getType, getType, getType, getTypes, normalizeForStackOrLocal, toString
-
Field Details
-
NO_TARGET
Predefined constant for a returnaddress with no target.
-
-
Constructor Details
-
ReturnaddressType
Creates a ReturnaddressType object with a target.- Parameters:
returnTarget- The target instruction.
-
-
Method Details
-
equals
-
getTarget
Gets the target of this ReturnaddressType.- Returns:
- The target of this ReturnaddressType.
-
hashCode
-