com.thoughtworks.qdox.parser.structs
Class MethodDef

java.lang.Object
  extended bycom.thoughtworks.qdox.parser.structs.MethodDef

public class MethodDef
extends Object


Field Summary
 boolean constructor
           
 int dimensions
           
 Set exceptions
           
 Set modifiers
           
 String name
           
 List params
           
 String returns
           
 
Constructor Summary
MethodDef()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

returns

public String returns

modifiers

public Set modifiers

params

public List params

exceptions

public Set exceptions

constructor

public boolean constructor

dimensions

public int dimensions
Constructor Detail

MethodDef

public MethodDef()
Method Detail

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()


Copyright © 2002-2003 ThoughtWorks, Inc. All Rights Reserved.