public class Clazz.FieldDef extends Clazz.Def
Constructor and Description |
---|
FieldDef(int access,
String name,
String descriptor) |
Modifier and Type | Method and Description |
---|---|
Object |
getConstant() |
Descriptors.TypeRef |
getContainingClass() |
Descriptors.Descriptor |
getDescriptor() |
String |
getGenericReturnType() |
String |
getName() |
Descriptors.TypeRef[] |
getPrototype() |
String |
getSignature() |
Descriptors.TypeRef |
getType() |
boolean |
isDeprecated() |
void |
setConstant(Object o) |
void |
setDeprecated(boolean deprecated) |
String |
toString() |
getAccess, getAnnotations, getClazz, getOwnerType, isAbstract, isEnum, isFinal, isInterface, isNative, isPrivate, isProtected, isPublic, isStatic, isSynthetic, isTransient, isVolatile
public boolean isDeprecated()
public void setDeprecated(boolean deprecated)
public Descriptors.TypeRef getType()
public Descriptors.TypeRef getContainingClass()
public Descriptors.Descriptor getDescriptor()
public void setConstant(Object o)
public Object getConstant()
public String getGenericReturnType()
public Descriptors.TypeRef[] getPrototype()
getPrototype
in class Clazz.Def
public String getSignature()
Copyright © 2021 aQute SARL. All rights reserved.