Modifier and Type | Interface and Description |
---|---|
interface |
ConstructorDescriptor |
Modifier and Type | Method and Description |
---|---|
MethodDescriptor |
InvokesDescriptor.getInvokedMethod() |
MethodDescriptor |
InvokesDescriptor.getInvokingMethod() |
MethodDescriptor |
ReadsDescriptor.getMethod() |
MethodDescriptor |
WritesDescriptor.getMethod() |
Modifier and Type | Method and Description |
---|---|
List<MethodDescriptor> |
TypeDescriptor.getDeclaredMethods()
Return the declared methods.
|
Modifier and Type | Method and Description |
---|---|
MethodDescriptor |
TypeCache.CachedType.getMethod(String signature) |
Modifier and Type | Method and Description |
---|---|
void |
VisitorHelper.addInvokes(MethodDescriptor methodDescriptor,
int lineNumber,
MethodDescriptor invokedMethodDescriptor)
Add a invokes relation between two methods.
|
ParameterDescriptor |
VisitorHelper.addParameterDescriptor(MethodDescriptor methodDescriptor,
int index) |
void |
VisitorHelper.addReads(MethodDescriptor methodDescriptor,
int lineNumber,
FieldDescriptor fieldDescriptor)
Add a reads relation between a method and a field.
|
void |
VisitorHelper.addWrites(MethodDescriptor methodDescriptor,
int lineNumber,
FieldDescriptor fieldDescriptor)
Add a writes relation between a method and a field.
|
ParameterDescriptor |
VisitorHelper.getParameterDescriptor(MethodDescriptor methodDescriptor,
int index) |
protected void |
AnnotationDefaultVisitor.setValue(MethodDescriptor descriptor,
com.buschmais.jqassistant.plugin.common.api.model.ValueDescriptor<?> value) |
Constructor and Description |
---|
AnnotationDefaultVisitor(TypeCache.CachedType containingType,
MethodDescriptor descriptor,
VisitorHelper visitorHelper)
Constructor.
|
MethodVisitor(TypeCache.CachedType containingType,
MethodDescriptor methodDescriptor,
VisitorHelper visitorHelper) |
Copyright © 2016 buschmais GbR. All rights reserved.