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, version
public void classBegin(int access, Descriptors.TypeRef name)
classBegin
in class ClassDataCollector
public void method(Clazz.MethodDef defined)
method
in class ClassDataCollector
public void classEnd() throws Exception
classEnd
in class ClassDataCollector
Exception
public void memberEnd()
memberEnd
in class ClassDataCollector
public void annotation(Annotation annotation) throws Exception
annotation
in class ClassDataCollector
Exception
Copyright © 2017 aQute SARL. All rights reserved.