Package com.strobel.assembler.metadata
Interface ICompoundType
-
- All Known Implementing Classes:
CompoundTypeDefinition,CompoundTypeReference
public interface ICompoundType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeReferencegetBaseType()java.util.List<TypeReference>getInterfaces()IMetadataResolvergetResolver()
-
-
-
Method Detail
-
getBaseType
@Nullable TypeReference getBaseType()
-
getInterfaces
@NotNull java.util.List<TypeReference> getInterfaces()
-
getResolver
@Nullable IMetadataResolver getResolver()
-
-