com.thoughtworks.qdox.parser.structs
Class MethodDef

java.lang.Object
  extended by com.thoughtworks.qdox.parser.structs.LocatedDef
      extended by com.thoughtworks.qdox.parser.structs.MethodDef

public class MethodDef
extends LocatedDef


Field Summary
 java.lang.String body
           
 boolean constructor
           
 int dimensions
           
 java.util.Set exceptions
           
 java.util.Set modifiers
           
 java.lang.String name
           
 java.util.List params
           
 java.lang.String returns
           
 
Fields inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef
lineNumber
 
Constructor Summary
MethodDef()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

returns

public java.lang.String returns

modifiers

public java.util.Set modifiers

params

public java.util.List params

exceptions

public java.util.Set exceptions

constructor

public boolean constructor

dimensions

public int dimensions

body

public java.lang.String body
Constructor Detail

MethodDef

public MethodDef()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2008. All Rights Reserved.