A Swiss Army Knife for OSGi

aQute.lib.osgi
Class Clazz.MethodDef

java.lang.Object
  extended by aQute.lib.osgi.Clazz.FieldDef
      extended by aQute.lib.osgi.Clazz.MethodDef
All Implemented Interfaces:
java.lang.Comparable<Clazz.FieldDef>
Enclosing class:
Clazz

public static class Clazz.MethodDef
extends Clazz.FieldDef


Field Summary
 
Fields inherited from class aQute.lib.osgi.Clazz.FieldDef
access, clazz, constant, descriptor, name, signature
 
Constructor Summary
Clazz.MethodDef(int access, java.lang.String clazz, java.lang.String method, java.lang.String descriptor)
           
 
Method Summary
 java.lang.String getPretty()
           
 java.lang.String getReturnType()
           
 boolean isConstructor()
           
 
Methods inherited from class aQute.lib.osgi.Clazz.FieldDef
compareTo, equals, hashCode, isEnum, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Clazz.MethodDef

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

isConstructor

public boolean isConstructor()

getReturnType

public java.lang.String getReturnType()

getPretty

public java.lang.String getPretty()
Overrides:
getPretty in class Clazz.FieldDef

Licensed under Apache Software License 2.0

Copyright å© aQute SARL (2000, 2011). All Rights Reserved.