Package aQute.bnd.osgi
Class Clazz.CodeDef
- java.lang.Object
-
- aQute.bnd.osgi.Clazz.Def
-
- aQute.bnd.osgi.Clazz.ElementDef
-
- aQute.bnd.osgi.Clazz.CodeDef
-
- Enclosing class:
- Clazz
class Clazz.CodeDef extends Clazz.ElementDef
-
-
Field Summary
Fields Modifier and Type Field Description private Annotation.ElementType
elementType
-
Constructor Summary
Constructors Constructor Description CodeDef(CodeAttribute code, Annotation.ElementType elementType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Annotation.ElementType
elementType()
boolean
isDeprecated()
-
Methods inherited from class aQute.bnd.osgi.Clazz.ElementDef
annotationInfos, annotations, attribute, attributes, attributes, getName, getSignature, getType, matches, toString, typeAnnotationInfos, typeAnnotations
-
Methods inherited from class aQute.bnd.osgi.Clazz.Def
getAccess, getClazz, getOwnerType, isAbstract, isAnnotation, isEnum, isFinal, isInterface, isModule, isNative, isPrivate, isProtected, isPublic, isStatic, isSynthetic, isTransient, isVolatile
-
-
-
-
Field Detail
-
elementType
private final Annotation.ElementType elementType
-
-
Constructor Detail
-
CodeDef
CodeDef(CodeAttribute code, Annotation.ElementType elementType)
-
-
Method Detail
-
elementType
Annotation.ElementType elementType()
- Specified by:
elementType
in classClazz.ElementDef
-
isDeprecated
public boolean isDeprecated()
- Overrides:
isDeprecated
in classClazz.ElementDef
-
-