Verwendungen von Klasse
org.aspectj.weaver.TypeVariable
Packages, die TypeVariable verwenden
-
Verwendungen von TypeVariable in org.aspectj.weaver
Felder in org.aspectj.weaver, die deklariert sind als TypeVariableModifizierer und TypFeldBeschreibungstatic 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 typeMethoden in org.aspectj.weaver, die TypeVariable zurückgebenModifizierer und TypMethodeBeschreibungTypeVariableReference.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 variableMethoden in org.aspectj.weaver mit Parametern vom Typ TypeVariableModifizierer und TypMethodeBeschreibungstatic 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) Konstruktoren in org.aspectj.weaver mit Parametern vom Typ TypeVariableModifiziererKonstruktorBeschreibungTypeVariableReferenceType(TypeVariable typeVariable, World world) UnresolvedTypeVariableReferenceType(TypeVariable aTypeVariable) -
Verwendungen von TypeVariable in org.aspectj.weaver.bcel
Methoden in org.aspectj.weaver.bcel, die TypeVariable zurückgebenModifizierer und TypMethodeBeschreibungstatic TypeVariableBcelGenericSignatureToTypeXConverter.formalTypeParameter2TypeVariable(GenericSignature.FormalTypeParameter aFormalTypeParameter, GenericSignature.FormalTypeParameter[] typeParams, World world) BcelObjectType.getTypeVariables() -
Verwendungen von TypeVariable in org.aspectj.weaver.reflect
Methoden in org.aspectj.weaver.reflect, die TypeVariable zurückgebenModifizierer und TypMethodeBeschreibungJava15ReflectionBasedReferenceTypeDelegate.getTypeVariables()ReflectionBasedReferenceTypeDelegate.getTypeVariables()