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
| 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 |
Clazz.MethodDef
public Clazz.MethodDef(int access,
String method,
String descriptor)
isConstructor
public boolean isConstructor()
getPrototype
public Descriptors.TypeRef[] getPrototype()
- Overrides:
getPrototype in class Clazz.FieldDef
Copyright © 2014 aQute SARL. All rights reserved.