Uses of Class
org.aspectj.weaver.TypeVariable
-
Packages that use TypeVariable Package Description 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 Modifier and Type Field Description static TypeVariable[]TypeVariable. NONEprotected TypeVariable[]ResolvedMemberImpl. typeVariablesprotected TypeVariable[]UnresolvedType. typeVariablesMethods in org.aspectj.weaver with parameters of type TypeVariable Modifier and Type Method Description static 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 TypeVariable Constructor Description 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 Modifier and Type Method Description static TypeVariableBcelGenericSignatureToTypeXConverter. 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 Modifier and Type Method Description TypeVariable[]Java15ReflectionBasedReferenceTypeDelegate. getTypeVariables()TypeVariable[]ReflectionBasedReferenceTypeDelegate. getTypeVariables()
-