public class Clazz.FieldDef extends Clazz.Def
| Constructor and Description |
|---|
FieldDef(int access,
String name,
String descriptor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<Annotation> |
annotations(String binaryNameFilter) |
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)
Deprecated.
|
void |
setDeprecated(boolean deprecated)
Deprecated.
|
String |
toString() |
Stream<TypeAnnotation> |
typeAnnotations(String binaryNameFilter) |
getAccess, getAnnotations, getClazz, getOwnerType, isAbstract, isAnnotation, isEnum, isFinal, isInterface, isModule, isNative, isPrivate, isProtected, isPublic, isStatic, isSynthetic, isTransient, isVolatile@Deprecated public FieldDef(int access, String name, String descriptor)
public String getName()
public Descriptors.TypeRef getType()
@Deprecated public void setDeprecated(boolean deprecated)
public Descriptors.TypeRef getContainingClass()
public Descriptors.Descriptor getDescriptor()
@Deprecated public void setConstant(Object o)
public Object getConstant()
public String getGenericReturnType()
public Descriptors.TypeRef[] getPrototype()
public boolean isDeprecated()
public String getSignature()
public Stream<Annotation> annotations(String binaryNameFilter)
public Stream<TypeAnnotation> typeAnnotations(String binaryNameFilter)
Copyright © 2021. All rights reserved.