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
 String body
           
 boolean constructor
           
 int dimensions
           
 Set exceptions
           
 Set modifiers
           
 String name
           
 List params
           
 TypeDef returnType
           
 List typeParams
           
 
Fields inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef
lineNumber
 
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

typeParams

public List typeParams

returnType

public TypeDef returnType

modifiers

public Set modifiers

params

public List params

exceptions

public Set exceptions

constructor

public boolean constructor

dimensions

public int dimensions

body

public String body
Constructor Detail

MethodDef

public MethodDef()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2011. All Rights Reserved.