Package aQute.bnd.osgi
Class Clazz.ClassDef
java.lang.Object
aQute.bnd.osgi.Clazz.Def
aQute.bnd.osgi.Clazz.ElementDef
aQute.bnd.osgi.Clazz.ClassDef
- Enclosing class:
- Clazz
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Annotation.ElementType
getName()
(package private) String
getType()
(package private) boolean
Methods inherited from class aQute.bnd.osgi.Clazz.ElementDef
annotationInfos, annotations, attribute, attributes, attributes, getPrototype, getSignature, isDeprecated, matches, toString, typeAnnotationInfos, typeAnnotations
Methods inherited from class aQute.bnd.osgi.Clazz.Def
getAccess, getAnnotations, getClazz, getOwnerType, isAbstract, isAnnotation, isEnum, isFinal, isInterface, isModule, isNative, isPrivate, isProtected, isPublic, isStatic, isSynthetic, isTransient, isVolatile
-
Field Details
-
type
-
-
Constructor Details
-
ClassDef
ClassDef(ClassFile classFile)
-
-
Method Details
-
getSourceFile
String getSourceFile() -
isInnerClass
boolean isInnerClass() -
getName
- Overrides:
getName
in classClazz.ElementDef
-
getType
- Overrides:
getType
in classClazz.ElementDef
-
elementType
Annotation.ElementType elementType()- Specified by:
elementType
in classClazz.ElementDef
-