public class BcelGenericSignatureToTypeXConverter
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BcelGenericSignatureToTypeXConverter.GenericSignatureFormatException |
| Constructor and Description |
|---|
BcelGenericSignatureToTypeXConverter() |
| Modifier and Type | Method and Description |
|---|---|
static ResolvedType |
classTypeSignature2TypeX(GenericSignature.ClassTypeSignature aClassTypeSignature,
GenericSignature.FormalTypeParameter[] typeParams,
World world) |
static ResolvedType |
fieldTypeSignature2TypeX(GenericSignature.FieldTypeSignature aFieldTypeSignature,
GenericSignature.FormalTypeParameter[] typeParams,
World world) |
static TypeVariable |
formalTypeParameter2TypeVariable(GenericSignature.FormalTypeParameter aFormalTypeParameter,
GenericSignature.FormalTypeParameter[] typeParams,
World world) |
static ResolvedType |
typeSignature2TypeX(GenericSignature.TypeSignature aTypeSig,
GenericSignature.FormalTypeParameter[] typeParams,
World world) |
public BcelGenericSignatureToTypeXConverter()
public static ResolvedType classTypeSignature2TypeX(GenericSignature.ClassTypeSignature aClassTypeSignature, GenericSignature.FormalTypeParameter[] typeParams, World world) throws BcelGenericSignatureToTypeXConverter.GenericSignatureFormatException
public static ResolvedType fieldTypeSignature2TypeX(GenericSignature.FieldTypeSignature aFieldTypeSignature, GenericSignature.FormalTypeParameter[] typeParams, World world) throws BcelGenericSignatureToTypeXConverter.GenericSignatureFormatException
public static TypeVariable formalTypeParameter2TypeVariable(GenericSignature.FormalTypeParameter aFormalTypeParameter, GenericSignature.FormalTypeParameter[] typeParams, World world) throws BcelGenericSignatureToTypeXConverter.GenericSignatureFormatException
public static ResolvedType typeSignature2TypeX(GenericSignature.TypeSignature aTypeSig, GenericSignature.FormalTypeParameter[] typeParams, World world) throws BcelGenericSignatureToTypeXConverter.GenericSignatureFormatException