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