Package org.aspectj.weaver.bcel
Klasse BcelGenericSignatureToTypeXConverter
java.lang.Object
org.aspectj.weaver.bcel.BcelGenericSignatureToTypeXConverter
A utility class that assists in unpacking constituent parts of generic signature attributes and returning their equivalents in
UnresolvedType world.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ResolvedTypeclassTypeSignature2TypeX(GenericSignature.ClassTypeSignature aClassTypeSignature, GenericSignature.FormalTypeParameter[] typeParams, World world) static ResolvedTypefieldTypeSignature2TypeX(GenericSignature.FieldTypeSignature aFieldTypeSignature, GenericSignature.FormalTypeParameter[] typeParams, World world) static TypeVariableformalTypeParameter2TypeVariable(GenericSignature.FormalTypeParameter aFormalTypeParameter, GenericSignature.FormalTypeParameter[] typeParams, World world) static ResolvedTypetypeSignature2TypeX(GenericSignature.TypeSignature aTypeSig, GenericSignature.FormalTypeParameter[] typeParams, World world)
-
Konstruktordetails
-
BcelGenericSignatureToTypeXConverter
public BcelGenericSignatureToTypeXConverter()
-
-
Methodendetails
-
classTypeSignature2TypeX
public static ResolvedType classTypeSignature2TypeX(GenericSignature.ClassTypeSignature aClassTypeSignature, GenericSignature.FormalTypeParameter[] typeParams, World world) throws BcelGenericSignatureToTypeXConverter.GenericSignatureFormatException -
fieldTypeSignature2TypeX
public static ResolvedType fieldTypeSignature2TypeX(GenericSignature.FieldTypeSignature aFieldTypeSignature, GenericSignature.FormalTypeParameter[] typeParams, World world) throws BcelGenericSignatureToTypeXConverter.GenericSignatureFormatException -
formalTypeParameter2TypeVariable
public static TypeVariable formalTypeParameter2TypeVariable(GenericSignature.FormalTypeParameter aFormalTypeParameter, GenericSignature.FormalTypeParameter[] typeParams, World world) throws BcelGenericSignatureToTypeXConverter.GenericSignatureFormatException -
typeSignature2TypeX
public static ResolvedType typeSignature2TypeX(GenericSignature.TypeSignature aTypeSig, GenericSignature.FormalTypeParameter[] typeParams, World world) throws BcelGenericSignatureToTypeXConverter.GenericSignatureFormatException
-