com.thoughtworks.qdox.parser.structs
Class FieldDef

java.lang.Object
  extended bycom.thoughtworks.qdox.parser.structs.LocatedDef
      extended bycom.thoughtworks.qdox.parser.structs.FieldDef

public class FieldDef
extends LocatedDef


Field Summary
 int dimensions
           
 java.util.Set modifiers
           
 java.lang.String name
           
 java.lang.String type
           
 
Fields inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef
lineNumber
 
Constructor Summary
FieldDef()
           
 
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

type

public java.lang.String type

modifiers

public java.util.Set modifiers

dimensions

public int dimensions
Constructor Detail

FieldDef

public FieldDef()
Method Detail

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()


Copyright © 2002-2004 ThoughtWorks, Inc. All Rights Reserved.