Package aQute.bnd.osgi
Class Clazz.Def
- java.lang.Object
-
- aQute.bnd.osgi.Clazz.Def
-
- Direct Known Subclasses:
Clazz.MemberDef,Clazz.TypeDef
- Enclosing class:
- Clazz
public abstract class Clazz.Def extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Def(int access)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intgetAccess()java.lang.ObjectgetClazz()abstract java.lang.StringgetName()Descriptors.TypeRefgetOwnerType()abstract Descriptors.TypeRefgetType()booleanisAbstract()booleanisAnnotation()booleanisEnum()booleanisFinal()booleanisInterface()booleanisModule()booleanisNative()booleanisPrivate()booleanisProtected()booleanisPublic()booleanisStatic()booleanisSynthetic()booleanisTransient()booleanisVolatile()
-
-
-
Method Detail
-
getAccess
public int getAccess()
-
isEnum
public boolean isEnum()
-
isPublic
public boolean isPublic()
-
isAbstract
public boolean isAbstract()
-
isProtected
public boolean isProtected()
-
isFinal
public boolean isFinal()
-
isStatic
public boolean isStatic()
-
isPrivate
public boolean isPrivate()
-
isNative
public boolean isNative()
-
isTransient
public boolean isTransient()
-
isVolatile
public boolean isVolatile()
-
isInterface
public boolean isInterface()
-
isSynthetic
public boolean isSynthetic()
-
isModule
public boolean isModule()
-
isAnnotation
public boolean isAnnotation()
-
getOwnerType
public Descriptors.TypeRef getOwnerType()
-
getName
public abstract java.lang.String getName()
-
getType
public abstract Descriptors.TypeRef getType()
-
getClazz
public java.lang.Object getClazz()
-
-