com.thoughtworks.qdox.parser.structs
Class TypeDef

java.lang.Object
  extended by com.thoughtworks.qdox.parser.structs.TypeDef
Direct Known Subclasses:
WildcardTypeDef

public class TypeDef
extends Object


Field Summary
 List actualArgumentTypes
           
 int dimensions
           
 String name
           
 
Constructor Summary
TypeDef(String name)
           
TypeDef(String name, int dimensions)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

dimensions

public int dimensions

actualArgumentTypes

public List actualArgumentTypes
Constructor Detail

TypeDef

public TypeDef(String name,
               int dimensions)

TypeDef

public TypeDef(String name)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2011. All Rights Reserved.