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) Return the set of thrown types in this method.booleanisBridge()booleanbooleanbooleanbooleanisFinal()parameterAnnotations(String binaryNameFilter) typeAnnotations(String binaryNameFilter) Methods inherited from class Clazz.MemberDef
descriptor, getContainingClass, getDescriptor, getName, getNamedDescriptor, 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
-
isDefault
public boolean isDefault() -
getPrototype
-
isBridge
public boolean isBridge() -
getGenericReturnType
- Specified by:
getGenericReturnTypein classClazz.MemberDef
-
getParameters
-
getConstant
- Specified by:
getConstantin classClazz.MemberDef
-
parameterAnnotations
-
getThrows
Return the set of thrown types in this method. Not that if these exceptions contain generics, you should definitely use the signature. -
isDeprecated
public boolean isDeprecated() -
getSignature
-
annotations
-
typeAnnotations
-