Class ReturnaddressType
java.lang.Object
org.aspectj.apache.bcel.generic.Type
org.aspectj.apache.bcel.generic.ReturnaddressType
Returnaddress, the type JSR or JSR_W instructions push upon the stack.
see vmspec2 3.3.3
- Version:
- $Id: ReturnaddressType.java,v 1.3 2008/05/28 23:52:56 aclement Exp $
- Author:
- Enver Haase
-
Nested Class Summary
Nested classes/interfaces inherited from class Type
Type.TypeHolder -
Field Summary
FieldsFields inherited from class Type
BOOLEAN, BYTE, CHAR, CLASS, CLASS_ARRAY, DOUBLE, EXCEPTION, FLOAT, INT, INTEGER, ITERATOR, LIST, LONG, NO_ARGS, NULL, OBJECT, OBJECT_ARRAY, SHORT, signature, STRING, STRING_ARRAY, STRINGARRAY1, STRINGARRAY2, STRINGARRAY3, STRINGARRAY4, STRINGARRAY5, STRINGARRAY6, STRINGARRAY7, STRINGBUFFER, STRINGBUILDER, THROWABLE, type, UNKNOWN, VOID -
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.Methods inherited from class Type
getArgumentSizes, getArgumentTypes, getReturnType, getSignature, getSignature, getSignature, getSize, getType, getType, getType, getTypeInternal, getTypeSize, toString
-
Field Details
-
NO_TARGET
-
-
Constructor Details
-
ReturnaddressType
Creates a ReturnaddressType object with a target.
-
-
Method Details
-
equals
-
getTarget
- Returns:
- the target of this ReturnaddressType
-