Package org.aspectj.weaver.bcel
Class BcelGenericSignatureToTypeXConverter
- java.lang.Object
-
- org.aspectj.weaver.bcel.BcelGenericSignatureToTypeXConverter
-
public class BcelGenericSignatureToTypeXConverter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBcelGenericSignatureToTypeXConverter.GenericSignatureFormatException
-
Constructor Summary
Constructors Constructor Description BcelGenericSignatureToTypeXConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-
-
-
Method Detail
-
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
-
-