com.thoughtworks.qdox.parser.structs
Class PackageDef

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

public class PackageDef
extends LocatedDef


Field Summary
 String name
           
 
Fields inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef
lineNumber
 
Constructor Summary
PackageDef(String name)
           
PackageDef(String name, int lineNumber)
           
 
Method Summary
 boolean equals(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
Constructor Detail

PackageDef

public PackageDef(String name)

PackageDef

public PackageDef(String name,
                  int lineNumber)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2002-2011. All Rights Reserved.