@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.
|
List<TypeDescriptor> |
getDeclaredInnerClasses()
Return the declared inner classes.
|
List<MemberDescriptor> |
getDeclaredMembers()
Return the declared members, i.e. fields and methods.
|
List<MethodDescriptor> |
getDeclaredMethods()
Return the declared methods.
|
List<MethodDescriptor> getDeclaredMethods()
List<FieldDescriptor> getDeclaredFields()
List<MemberDescriptor> getDeclaredMembers()
List<TypeDescriptor> getDeclaredInnerClasses()
Copyright © 2015 buschmais GbR. All rights reserved.