Interface BoundDescriptor
- All Superinterfaces:
ByteCodeDescriptor,com.buschmais.xo.api.CompositeObject,com.buschmais.jqassistant.core.store.api.model.Descriptor,JavaByteCodeDescriptor,JavaDescriptor
- All Known Subinterfaces:
GenericArrayTypeDescriptor,ParameterizedTypeDescriptor,TypeVariableDescriptor,WildcardTypeDescriptor
@Label("Bound")
public interface BoundDescriptor
extends JavaByteCodeDescriptor, com.buschmais.jqassistant.core.store.api.model.Descriptor
-
Method Summary
Methods inherited from interface com.buschmais.xo.api.CompositeObject
as, getDelegate, getId
-
Method Details
-
getRawType
-
setRawType
-
getParameterizedType
List<HasActualTypeArgumentDescriptor> getParameterizedType()
-