aQute.bnd.osgi
Class Clazz.MethodDef

java.lang.Object
  extended by aQute.bnd.osgi.Clazz.Def
      extended by aQute.bnd.osgi.Clazz.FieldDef
          extended by aQute.bnd.osgi.Clazz.MethodDef
Enclosing class:
Clazz

public class Clazz.MethodDef
extends Clazz.FieldDef


Constructor Summary
Clazz.MethodDef(int access, String method, String descriptor)
           
 
Method Summary
 Descriptors.TypeRef[] getPrototype()
           
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Clazz.MethodDef

public Clazz.MethodDef(int access,
                       String method,
                       String descriptor)
Method Detail

isConstructor

public boolean isConstructor()

getPrototype

public Descriptors.TypeRef[] getPrototype()
Overrides:
getPrototype in class Clazz.FieldDef


Copyright © 2014 aQute SARL. All rights reserved.