Package aQute.bnd.osgi
Class Clazz.MethodDef
- java.lang.Object
-
- aQute.bnd.osgi.Clazz.Def
-
- aQute.bnd.osgi.Clazz.FieldDef
-
- aQute.bnd.osgi.Clazz.MethodDef
-
- Enclosing class:
- Clazz
public class Clazz.MethodDef extends Clazz.FieldDef
-
-
Constructor Summary
Constructors Constructor Description MethodDef(int access, java.lang.String method, java.lang.String descriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Descriptors.TypeRef[]
getPrototype()
boolean
isBridge()
boolean
isConstructor()
-
Methods inherited from class aQute.bnd.osgi.Clazz.FieldDef
getConstant, getContainingClass, getDescriptor, getGenericReturnType, getName, getSignature, getType, isDeprecated, setConstant, setDeprecated, toString
-
Methods inherited from class aQute.bnd.osgi.Clazz.Def
getAccess, getAnnotations, getClazz, getOwnerType, isAbstract, isEnum, isFinal, isInterface, isNative, isPrivate, isProtected, isPublic, isStatic, isSynthetic, isTransient, isVolatile
-
-
-
-
Method Detail
-
isConstructor
public boolean isConstructor()
-
getPrototype
public Descriptors.TypeRef[] getPrototype()
- Overrides:
getPrototype
in classClazz.FieldDef
-
isBridge
public boolean isBridge()
-
-