Uses of Class
org.aspectj.util.GenericSignature.FormalTypeParameter
Packages that use GenericSignature.FormalTypeParameter
-
Uses of GenericSignature.FormalTypeParameter in org.aspectj.util
Fields in org.aspectj.util declared as GenericSignature.FormalTypeParameterModifier and TypeFieldDescriptionGenericSignature.ClassSignature.formalTypeParameters
GenericSignature.MethodTypeSignature.formalTypeParameters
static final GenericSignature.FormalTypeParameter[]
GenericSignature.FormalTypeParameter.NONE
Constructors in org.aspectj.util with parameters of type GenericSignature.FormalTypeParameterModifierConstructorDescriptionMethodTypeSignature
(GenericSignature.FormalTypeParameter[] aFormalParameterList, GenericSignature.TypeSignature[] aParameterList, GenericSignature.TypeSignature aReturnType, GenericSignature.FieldTypeSignature[] aThrowsSignatureList) -
Uses of GenericSignature.FormalTypeParameter in org.aspectj.weaver
Methods in org.aspectj.weaver that return GenericSignature.FormalTypeParameterModifier and TypeMethodDescriptionprotected GenericSignature.FormalTypeParameter[]
AbstractReferenceTypeDelegate.getFormalTypeParametersFromOuterClass()
-
Uses of GenericSignature.FormalTypeParameter in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return GenericSignature.FormalTypeParameterMethods in org.aspectj.weaver.bcel with parameters of type GenericSignature.FormalTypeParameterModifier and TypeMethodDescriptionstatic ResolvedType
BcelGenericSignatureToTypeXConverter.classTypeSignature2TypeX
(GenericSignature.ClassTypeSignature aClassTypeSignature, GenericSignature.FormalTypeParameter[] typeParams, World world) static ResolvedType
BcelGenericSignatureToTypeXConverter.fieldTypeSignature2TypeX
(GenericSignature.FieldTypeSignature aFieldTypeSignature, GenericSignature.FormalTypeParameter[] typeParams, World world) static TypeVariable
BcelGenericSignatureToTypeXConverter.formalTypeParameter2TypeVariable
(GenericSignature.FormalTypeParameter aFormalTypeParameter, GenericSignature.FormalTypeParameter[] typeParams, World world) static ResolvedType
BcelGenericSignatureToTypeXConverter.typeSignature2TypeX
(GenericSignature.TypeSignature aTypeSig, GenericSignature.FormalTypeParameter[] typeParams, World world)