Uses of Class
org.aspectj.weaver.TypeVariable

Packages that use TypeVariable
org.aspectj.weaver   
org.aspectj.weaver.bcel   
org.aspectj.weaver.reflect   
 

Uses of TypeVariable in org.aspectj.weaver
 

Fields in org.aspectj.weaver declared as TypeVariable
static TypeVariable[] TypeVariable.NONE
           
 

Methods in org.aspectj.weaver that return TypeVariable
 TypeVariable TypeVariableReference.getTypeVariable()
           
 TypeVariable UnresolvedTypeVariableReferenceType.getTypeVariable()
           
 TypeVariable TypeVariableReferenceType.getTypeVariable()
           
 TypeVariable TypeVariableDeclaringElement.getTypeVariableNamed(java.lang.String name)
           
 TypeVariable ResolvedMemberImpl.getTypeVariableNamed(java.lang.String name)
           
 TypeVariable UnresolvedType.getTypeVariableNamed(java.lang.String name)
           
 TypeVariable JoinPointSignature.getTypeVariableNamed(java.lang.String name)
           
 TypeVariable[] ArrayReferenceType.getTypeVariables()
           
 TypeVariable[] ResolvedMember.getTypeVariables()
           
 TypeVariable[] ResolvedMemberImpl.getTypeVariables()
           
 TypeVariable[] GeneratedReferenceTypeDelegate.getTypeVariables()
           
 TypeVariable[] UnresolvedType.getTypeVariables()
           
 TypeVariable[] ReferenceType.getTypeVariables()
           
 TypeVariable[] ReferenceTypeDelegate.getTypeVariables()
           
 TypeVariable[] JoinPointSignature.getTypeVariables()
           
 TypeVariable[] World.getTypeVariablesCurrentlyBeingProcessed(java.lang.Class<?> baseClass)
           
static TypeVariable TypeVariable.read(VersionedDataInputStream s)
           
 TypeVariable TypeVariable.resolve(World world)
          resolve all the bounds of this type variable
 

Methods in org.aspectj.weaver with parameters of type TypeVariable
static UnresolvedType UnresolvedType.forGenericType(java.lang.String name, TypeVariable[] tvbs, java.lang.String genericSig)
           
static UnresolvedType UnresolvedType.forGenericTypeVariables(java.lang.String sig, TypeVariable[] tVars)
           
 void World.recordTypeVariablesCurrentlyBeingProcessed(java.lang.Class<?> baseClass, TypeVariable[] typeVariables)
           
 void UnresolvedTypeVariableReferenceType.setTypeVariable(TypeVariable aTypeVariable)
           
 void ResolvedMember.setTypeVariables(TypeVariable[] types)
           
 void ResolvedMemberImpl.setTypeVariables(TypeVariable[] tvars)
           
 void JoinPointSignature.setTypeVariables(TypeVariable[] types)
           
 

Constructors in org.aspectj.weaver with parameters of type TypeVariable
TypeVariableReferenceType(TypeVariable typeVariable, World world)
           
UnresolvedTypeVariableReferenceType(TypeVariable aTypeVariable)
           
 

Uses of TypeVariable in org.aspectj.weaver.bcel
 

Methods in org.aspectj.weaver.bcel that return TypeVariable
static TypeVariable BcelGenericSignatureToTypeXConverter.formalTypeParameter2TypeVariable(GenericSignature.FormalTypeParameter aFormalTypeParameter, GenericSignature.FormalTypeParameter[] typeParams, World world)
           
 TypeVariable[] BcelObjectType.getTypeVariables()
           
 

Uses of TypeVariable in org.aspectj.weaver.reflect
 

Methods in org.aspectj.weaver.reflect that return TypeVariable
 TypeVariable[] Java15ReflectionBasedReferenceTypeDelegate.getTypeVariables()
           
 TypeVariable[] ReflectionBasedReferenceTypeDelegate.getTypeVariables()