Uses of Class
org.aspectj.weaver.TypeVariable
Packages that use TypeVariable
-
Uses of TypeVariable in org.aspectj.weaver
Fields in org.aspectj.weaver declared as TypeVariableModifier and TypeFieldDescriptionstatic final TypeVariable[]TypeVariable.NONEprotected TypeVariable[]ResolvedMemberImpl.typeVariablesprotected TypeVariable[]UnresolvedType.typeVariablesIff isGeneric(), then these are the type variables declared on the type Iff isParameterized(), then these are the type variables bound as parameters in the typeMethods in org.aspectj.weaver that return TypeVariableModifier and TypeMethodDescriptionTypeVariableReference.getTypeVariable()TypeVariableReferenceType.getTypeVariable()UnresolvedTypeVariableReferenceType.getTypeVariable()JoinPointSignature.getTypeVariableNamed(String name) ResolvedMemberImpl.getTypeVariableNamed(String name) TypeVariableDeclaringElement.getTypeVariableNamed(String name) UnresolvedType.getTypeVariableNamed(String name) ArrayReferenceType.getTypeVariables()GeneratedReferenceTypeDelegate.getTypeVariables()JoinPointSignature.getTypeVariables()ReferenceType.getTypeVariables()ReferenceTypeDelegate.getTypeVariables()ResolvedMember.getTypeVariables()ResolvedMemberImpl.getTypeVariables()UnresolvedType.getTypeVariables()World.getTypeVariablesCurrentlyBeingProcessed(Class<?> baseClass) static TypeVariableTypeVariable.read(VersionedDataInputStream s) resolve all the bounds of this type variableMethods in org.aspectj.weaver with parameters of type TypeVariableModifier and TypeMethodDescriptionstatic UnresolvedTypeUnresolvedType.forGenericType(String name, TypeVariable[] tvbs, String genericSig) static UnresolvedTypeUnresolvedType.forGenericTypeVariables(String sig, TypeVariable[] tVars) voidWorld.recordTypeVariablesCurrentlyBeingProcessed(Class<?> baseClass, TypeVariable[] typeVariables) voidUnresolvedTypeVariableReferenceType.setTypeVariable(TypeVariable aTypeVariable) voidJoinPointSignature.setTypeVariables(TypeVariable[] types) voidResolvedMember.setTypeVariables(TypeVariable[] types) voidResolvedMemberImpl.setTypeVariables(TypeVariable[] tvars) Constructors in org.aspectj.weaver with parameters of type TypeVariableModifierConstructorDescriptionTypeVariableReferenceType(TypeVariable typeVariable, World world) UnresolvedTypeVariableReferenceType(TypeVariable aTypeVariable) -
Uses of TypeVariable in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return TypeVariableModifier and TypeMethodDescriptionstatic TypeVariableBcelGenericSignatureToTypeXConverter.formalTypeParameter2TypeVariable(GenericSignature.FormalTypeParameter aFormalTypeParameter, GenericSignature.FormalTypeParameter[] typeParams, World world) BcelObjectType.getTypeVariables() -
Uses of TypeVariable in org.aspectj.weaver.reflect
Methods in org.aspectj.weaver.reflect that return TypeVariableModifier and TypeMethodDescriptionJava15ReflectionBasedReferenceTypeDelegate.getTypeVariables()ReflectionBasedReferenceTypeDelegate.getTypeVariables()