Uses of Class
aQute.bnd.osgi.Clazz.ElementDef
-
Packages that use Clazz.ElementDef Package Description aQute.bnd.osgi -
-
Uses of Clazz.ElementDef in aQute.bnd.osgi
Subclasses of Clazz.ElementDef in aQute.bnd.osgi Modifier and Type Class Description (package private) class
Clazz.ClassDef
(package private) class
Clazz.CodeDef
class
Clazz.FieldDef
class
Clazz.MethodDef
Methods in aQute.bnd.osgi with parameters of type Clazz.ElementDef Modifier and Type Method Description private void
Clazz. visitAnnotationDefault(ClassDataCollector cd, AnnotationDefaultAttribute attribute, Clazz.ElementDef elementDef)
private void
Clazz. visitAttributes(ClassDataCollector cd, Clazz.ElementDef elementDef)
Called for the attributes in the class, field, or method.private void
Clazz. visitMethodParameters(ClassDataCollector cd, MethodParametersAttribute attribute, Clazz.ElementDef elementDef)
-