Package org.aspectj.apache.bcel.generic
Class ReturnaddressType
- java.lang.Object
-
- org.aspectj.apache.bcel.generic.Type
-
- org.aspectj.apache.bcel.generic.ReturnaddressType
-
public class ReturnaddressType extends Type
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.aspectj.apache.bcel.generic.Type
Type.TypeHolder
-
-
Field Summary
Fields Modifier and Type Field Description static ReturnaddressTypeNO_TARGET-
Fields inherited from class org.aspectj.apache.bcel.generic.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
Constructors Constructor Description ReturnaddressType(InstructionHandle returnTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object rat)InstructionHandlegetTarget()-
Methods inherited from class org.aspectj.apache.bcel.generic.Type
getArgumentSizes, getArgumentTypes, getReturnType, getSignature, getSignature, getSignature, getSize, getType, getType, getType, getTypeInternal, getTypeSize, toString
-
-
-
-
Field Detail
-
NO_TARGET
public static final ReturnaddressType NO_TARGET
-
-
Constructor Detail
-
ReturnaddressType
public ReturnaddressType(InstructionHandle returnTarget)
-
-
Method Detail
-
getTarget
public InstructionHandle getTarget()
-
-