public class ComponentAnnotationReader extends ClassDataCollector
| Modifier and Type | Method and Description |
|---|---|
void |
annotation(Annotation annotation) |
void |
classBegin(int access,
Descriptors.TypeRef name)
Skip L and ; and replace / for .
|
void |
field(Clazz.FieldDef field) |
void |
finish() |
static java.util.Map<java.lang.String,java.lang.String> |
getDefinition(Clazz c) |
static java.util.Map<java.lang.String,java.lang.String> |
getDefinition(Clazz c,
Reporter reporter) |
Reporter |
getReporter() |
void |
implementsInterfaces(Descriptors.TypeRef[] interfaces) |
void |
method(Clazz.MethodDef method) |
void |
setReporter(Reporter reporter) |
addReference, annotationDefault, annotationDefault, classEnd, classStart, classStart, constant, deprecated, enclosingMethod, extendsClass, innerClass, memberEnd, parameter, referenceMethod, referTo, signature, versionpublic void setReporter(Reporter reporter)
public Reporter getReporter()
public static java.util.Map<java.lang.String,java.lang.String> getDefinition(Clazz c) throws java.lang.Exception
java.lang.Exceptionpublic static java.util.Map<java.lang.String,java.lang.String> getDefinition(Clazz c, Reporter reporter) throws java.lang.Exception
java.lang.Exceptionpublic void annotation(Annotation annotation)
annotation in class ClassDataCollectorpublic void classBegin(int access,
Descriptors.TypeRef name)
classBegin in class ClassDataCollectorpublic void implementsInterfaces(Descriptors.TypeRef[] interfaces)
implementsInterfaces in class ClassDataCollectorpublic void method(Clazz.MethodDef method)
method in class ClassDataCollectorpublic void field(Clazz.FieldDef field)
field in class ClassDataCollectorpublic void finish()
Copyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.