Package aQute.bnd.osgi
Class Clazz.MemberDef
- java.lang.Object
-
- aQute.bnd.osgi.Clazz.Def
-
- aQute.bnd.osgi.Clazz.MemberDef
-
- Direct Known Subclasses:
Clazz.FieldDef
,Clazz.MethodDef
- Enclosing class:
- Clazz
public abstract class Clazz.MemberDef extends Clazz.Def
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.util.stream.Stream<Annotation>
annotations(java.lang.String binaryNameFilter)
java.lang.String
descriptor()
abstract java.lang.Object
getConstant()
Descriptors.TypeRef
getContainingClass()
Descriptors.Descriptor
getDescriptor()
abstract java.lang.String
getGenericReturnType()
java.lang.String
getName()
java.lang.String
getSignature()
Descriptors.TypeRef
getType()
boolean
isDeprecated()
java.lang.String
toString()
java.util.stream.Stream<TypeAnnotation>
typeAnnotations(java.lang.String binaryNameFilter)
-
Methods inherited from class aQute.bnd.osgi.Clazz.Def
getAccess, getClazz, getOwnerType, isAbstract, isAnnotation, isEnum, isFinal, isInterface, isModule, isNative, isPrivate, isProtected, isPublic, isStatic, isSynthetic, isTransient, isVolatile
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
toString
public java.lang.String toString()
-
getType
public Descriptors.TypeRef getType()
-
getContainingClass
public Descriptors.TypeRef getContainingClass()
-
descriptor
public java.lang.String descriptor()
-
getDescriptor
public Descriptors.Descriptor getDescriptor()
-
getConstant
public abstract java.lang.Object getConstant()
-
getGenericReturnType
public abstract java.lang.String getGenericReturnType()
-
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)
-
-