Package | Description |
---|---|
com.buschmais.jqassistant.plugin.java.api.model |
Modifier and Type | Method and Description |
---|---|
List<FieldDescriptor> |
TypeDescriptor.getDeclaredFields()
Return the declared fields.
|
Set<TypeDescriptor> |
TypeDescriptor.getDeclaredInnerClasses()
Return the declared inner classes.
|
List<MemberDescriptor> |
TypeDescriptor.getDeclaredMembers()
Return the declared members, i.e.
|
List<MethodDescriptor> |
TypeDescriptor.getDeclaredMethods()
Return the declared methods.
|
TypeDescriptor |
MemberDescriptor.getDeclaringType()
Return the declaring type.
|
Copyright © 2016 buschmais GbR. All rights reserved.