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