com.thoughtworks.qdox.parser.structs
Class MethodDef
java.lang.Object
com.thoughtworks.qdox.parser.structs.LocatedDef
com.thoughtworks.qdox.parser.structs.MethodDef
public class MethodDef
- extends LocatedDef
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name
returnType
public TypeDef returnType
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
MethodDef
public MethodDef()
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-2009. All Rights Reserved.