com.thoughtworks.qdox.parser.structs
Class LocatedDef

java.lang.Object
  extended bycom.thoughtworks.qdox.parser.structs.LocatedDef
Direct Known Subclasses:
ClassDef, FieldDef, MethodDef, TagDef

public class LocatedDef
extends java.lang.Object


Field Summary
 int lineNumber
           
 
Constructor Summary
LocatedDef()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lineNumber

public int lineNumber
Constructor Detail

LocatedDef

public LocatedDef()


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