Package com.strobel.assembler.metadata
Interface IClassSignature
- All Superinterfaces:
IGenericParameterProvider
- All Known Implementing Classes:
CoreMetadataFactory.ClassSignature
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from interface com.strobel.assembler.metadata.IGenericParameterProvider
isGenericDefinition
-
Method Details
-
getBaseType
TypeReference getBaseType() -
getExplicitInterfaces
List<TypeReference> getExplicitInterfaces() -
hasGenericParameters
boolean hasGenericParameters()- Specified by:
hasGenericParameters
in interfaceIGenericParameterProvider
-
getGenericParameters
List<GenericParameter> getGenericParameters()- Specified by:
getGenericParameters
in interfaceIGenericParameterProvider
-