@Label(value="Type", usingIndexedPropertyOf=com.buschmais.jqassistant.core.store.api.model.FullQualifiedNameDescriptor.class) public interface TypeDescriptor extends JavaDescriptor, PackageMemberDescriptor
Modifier and Type | Interface and Description |
---|---|
static interface |
TypeDescriptor.Declares
Defines the declares relation used for fields, methods and inner classes.
|
Modifier and Type | Method and Description |
---|---|
List<FieldDescriptor> |
getDeclaredFields()
Return the declared fields.
|
Set<TypeDescriptor> |
getDeclaredInnerClasses()
Return the declared inner classes.
|
List<MemberDescriptor> |
getDeclaredMembers()
Return the declared members, i.e.
|
List<MethodDescriptor> |
getDeclaredMethods()
Return the declared methods.
|
List<TypeDependsOnDescriptor> |
getDependencies() |
List<TypeDependsOnDescriptor> |
getDependents() |
List<MethodDescriptor> getDeclaredMethods()
List<FieldDescriptor> getDeclaredFields()
List<MemberDescriptor> getDeclaredMembers()
Set<TypeDescriptor> getDeclaredInnerClasses()
List<TypeDependsOnDescriptor> getDependencies()
List<TypeDependsOnDescriptor> getDependents()
Copyright © 2016 buschmais GbR. All rights reserved.