Package aQute.bnd.osgi
Class Clazz.FieldDef
- java.lang.Object
-
- aQute.bnd.osgi.Clazz.Def
-
- aQute.bnd.osgi.Clazz.FieldDef
-
- Direct Known Subclasses:
Clazz.MethodDef
- Enclosing class:
- Clazz
public class Clazz.FieldDef extends Clazz.Def
-
-
Constructor Summary
Constructors Constructor Description FieldDef(int access, java.lang.String name, java.lang.String descriptor)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.stream.Stream<Annotation>
annotations(java.lang.String binaryNameFilter)
java.lang.String
descriptor()
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)
Deprecated.void
setDeprecated(boolean deprecated)
Deprecated.java.lang.String
toString()
java.util.stream.Stream<TypeAnnotation>
typeAnnotations(java.lang.String binaryNameFilter)
-
Methods inherited from class aQute.bnd.osgi.Clazz.Def
getAccess, getAnnotations, getClazz, getOwnerType, isAbstract, isAnnotation, isEnum, isFinal, isInterface, isModule, isNative, isPrivate, isProtected, isPublic, isStatic, isSynthetic, isTransient, isVolatile
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getType
public Descriptors.TypeRef getType()
-
setDeprecated
@Deprecated public void setDeprecated(boolean deprecated)
Deprecated.
-
getContainingClass
public Descriptors.TypeRef getContainingClass()
-
descriptor
public java.lang.String descriptor()
-
getDescriptor
public Descriptors.Descriptor getDescriptor()
-
setConstant
@Deprecated public void setConstant(java.lang.Object o)
Deprecated.
-
getConstant
public java.lang.Object getConstant()
-
getGenericReturnType
public java.lang.String getGenericReturnType()
-
getPrototype
public Descriptors.TypeRef[] getPrototype()
-
isDeprecated
public boolean isDeprecated()
-
getSignature
public java.lang.String getSignature()
-
annotations
public java.util.stream.Stream<Annotation> annotations(java.lang.String binaryNameFilter)
-
typeAnnotations
public java.util.stream.Stream<TypeAnnotation> typeAnnotations(java.lang.String binaryNameFilter)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-