com.thoughtworks.qdox.parser.structs
Class FieldDef

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

public class FieldDef
extends LocatedDef


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

name

public String name

type

public TypeDef type

modifiers

public Set modifiers

dimensions

public int dimensions

isVarArgs

public boolean isVarArgs

body

public String body
Constructor Detail

FieldDef

public FieldDef()
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.