public abstract class Clazz.Def extends Object
Constructor and Description |
---|
Def(int access) |
Modifier and Type | Method and Description |
---|---|
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() |
public int getAccess()
public boolean isEnum()
public boolean isPublic()
public boolean isAbstract()
public boolean isProtected()
public boolean isFinal()
public boolean isStatic()
public boolean isPrivate()
public boolean isNative()
public boolean isTransient()
public boolean isVolatile()
public boolean isInterface()
public boolean isSynthetic()
public Collection<Descriptors.TypeRef> getAnnotations()
public Descriptors.TypeRef getOwnerType()
public abstract String getName()
public abstract Descriptors.TypeRef getType()
public abstract Descriptors.TypeRef[] getPrototype()
public Object getClazz()
Copyright © 2015 aQute SARL. All rights reserved.