public class OCDReader extends ClassDataCollector
| Modifier and Type | Method and Description |
|---|---|
void |
annotation(Annotation annotation) |
void |
classBegin(int access,
Descriptors.TypeRef name) |
void |
classEnd() |
void |
memberEnd() |
void |
method(Clazz.MethodDef defined) |
addReference, annotationDefault, annotationDefault, classStart, classStart, constant, deprecated, enclosingMethod, extendsClass, field, implementsInterfaces, innerClass, parameter, referenceMethod, referTo, signature, versionpublic void classBegin(int access,
Descriptors.TypeRef name)
classBegin in class ClassDataCollectorpublic void method(Clazz.MethodDef defined)
method in class ClassDataCollectorpublic void classEnd()
throws Exception
classEnd in class ClassDataCollectorExceptionpublic void memberEnd()
memberEnd in class ClassDataCollectorpublic void annotation(Annotation annotation) throws Exception
annotation in class ClassDataCollectorExceptionCopyright © 2017 aQute SARL. All rights reserved.