aQute.bnd.metatype
Class OCDReader

java.lang.Object
  extended by aQute.bnd.osgi.ClassDataCollector
      extended by aQute.bnd.metatype.OCDReader

public class OCDReader
extends ClassDataCollector


Method Summary
 void annotation(Annotation annotation)
           
 void classBegin(int access, Descriptors.TypeRef name)
           
 void method(Clazz.MethodDef defined)
           
 
Methods inherited from class aQute.bnd.osgi.ClassDataCollector
addReference, annotationDefault, classEnd, classStart, classStart, constant, deprecated, enclosingMethod, extendsClass, field, implementsInterfaces, innerClass, memberEnd, parameter, referenceMethod, referTo, signature, version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

classBegin

public void classBegin(int access,
                       Descriptors.TypeRef name)
Overrides:
classBegin in class ClassDataCollector

method

public void method(Clazz.MethodDef defined)
Overrides:
method in class ClassDataCollector

annotation

public void annotation(Annotation annotation)
                throws Exception
Overrides:
annotation in class ClassDataCollector
Throws:
Exception


Copyright © 2014 aQute SARL. All rights reserved.