| Package | Description |
|---|---|
| com.buschmais.jqassistant.plugin.java.api.model | |
| com.buschmais.jqassistant.plugin.java.api.scanner |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConstructorDescriptor |
interface |
FieldDescriptor
Describes a field (i.e. static or instance variable) of a Java class.
|
interface |
MethodDescriptor
Describes a method of a Java class.
|
| Modifier and Type | Method and Description |
|---|---|
List<MemberDescriptor> |
TypeDescriptor.getDeclaredMembers()
Return the declared members, i.e. fields and methods.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeCache.CachedType.addMember(String signature,
MemberDescriptor member) |
Copyright © 2015 buschmais GbR. All rights reserved.