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) booleanisBridge()booleanbooleanbooleanisFinal()parameterAnnotations(String binaryNameFilter) typeAnnotations(String binaryNameFilter) Methods inherited from class Clazz.MemberDef
descriptor, getContainingClass, getDescriptor, getName, getType, toStringMethods inherited from class 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
-
getPrototype
-
isBridge
public boolean isBridge() -
getGenericReturnType
- Specified by:
getGenericReturnTypein classClazz.MemberDef
-
getParameters
-
getConstant
- Specified by:
getConstantin classClazz.MemberDef
-
parameterAnnotations
-
isDeprecated
public boolean isDeprecated() -
getSignature
-
annotations
-
typeAnnotations
-