|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.qdox.parser.structs.LocatedDef
com.thoughtworks.qdox.parser.structs.FieldDef
public class FieldDef
Field Summary | |
---|---|
String |
body
|
int |
dimensions
|
boolean |
isVarArgs
|
Set |
modifiers
|
String |
name
|
TypeDef |
type
|
Fields inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef |
---|
lineNumber |
Constructor Summary | |
---|---|
FieldDef()
|
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 |
---|
public String name
public TypeDef type
public Set modifiers
public int dimensions
public boolean isVarArgs
public String body
Constructor Detail |
---|
public FieldDef()
Method Detail |
---|
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |