aQute.bnd.osgi
Class Clazz.Def

java.lang.Object
  extended by aQute.bnd.osgi.Clazz.Def
Direct Known Subclasses:
Clazz.FieldDef, Clazz.TypeDef
Enclosing class:
Clazz

public abstract class Clazz.Def
extends Object


Constructor Summary
Clazz.Def(int access)
           
 
Method Summary
 int getAccess()
           
 Collection<Descriptors.TypeRef> getAnnotations()
           
 Object getClazz()
           
abstract  String getName()
           
 Descriptors.TypeRef getOwnerType()
           
abstract  Descriptors.TypeRef[] getPrototype()
           
abstract  Descriptors.TypeRef getType()
           
 boolean isAbstract()
           
 boolean isEnum()
           
 boolean isFinal()
           
 boolean isInterface()
           
 boolean isNative()
           
 boolean isPrivate()
           
 boolean isProtected()
           
 boolean isPublic()
           
 boolean isStatic()
           
 boolean isSynthetic()
           
 boolean isTransient()
           
 boolean isVolatile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clazz.Def

public Clazz.Def(int access)
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()

getAnnotations

public Collection<Descriptors.TypeRef> getAnnotations()

getOwnerType

public Descriptors.TypeRef getOwnerType()

getName

public abstract String getName()

getType

public abstract Descriptors.TypeRef getType()

getPrototype

public abstract Descriptors.TypeRef[] getPrototype()

getClazz

public Object getClazz()


Copyright © 2014 aQute SARL. All rights reserved.