Package aQute.bnd.osgi
Class Clazz.MethodDef
java.lang.Object
aQute.bnd.osgi.Clazz.Def
aQute.bnd.osgi.Clazz.MemberDef
aQute.bnd.osgi.Clazz.MethodDef
- Enclosing class:
- Clazz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionannotations
(String binaryNameFilter) boolean
isBridge()
boolean
boolean
boolean
isFinal()
parameterAnnotations
(String binaryNameFilter) typeAnnotations
(String binaryNameFilter) Methods inherited from class aQute.bnd.osgi.Clazz.MemberDef
descriptor, getContainingClass, getDescriptor, getName, getType, toString
Methods inherited from class aQute.bnd.osgi.Clazz.Def
getAccess, getClazz, getOwnerType, isAbstract, isAnnotation, isEnum, isInterface, isModule, isNative, isPrivate, isProtected, isPublic, isStatic, isSynthetic, isTransient, isVolatile
-
Constructor Details
-
MethodDef
public MethodDef(aQute.bnd.classfile.MethodInfo methodInfo)
-
-
Method Details
-
isConstructor
public boolean isConstructor() -
isFinal
public boolean isFinal() -
getPrototype
-
isBridge
public boolean isBridge() -
getGenericReturnType
- Specified by:
getGenericReturnType
in classClazz.MemberDef
-
getParameters
-
getConstant
- Specified by:
getConstant
in classClazz.MemberDef
-
parameterAnnotations
-
isDeprecated
public boolean isDeprecated() -
getSignature
-
annotations
-
typeAnnotations
-