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, 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 java.lang.Exception
classEnd in class ClassDataCollectorjava.lang.Exceptionpublic void memberEnd()
memberEnd in class ClassDataCollectorpublic void annotation(Annotation annotation) throws java.lang.Exception
annotation in class ClassDataCollectorjava.lang.Exception