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:
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, String clazz, String method, String descriptor)
           
 
Method Summary
 String getPretty()
           
 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,
                       String clazz,
                       String method,
                       String descriptor)
Method Detail

isConstructor

public boolean isConstructor()

getReturnType

public String getReturnType()

getPretty

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


Copyright © 2012 aQute SARL. All Rights Reserved.