com.thoughtworks.qdox.parser.structs
Class WildcardTypeDef

java.lang.Object
  extended by com.thoughtworks.qdox.parser.structs.TypeDef
      extended by com.thoughtworks.qdox.parser.structs.WildcardTypeDef

public class WildcardTypeDef
extends TypeDef

WildcardTypeDef must be a subclass of TypeDef, so it can be used in other classes. But here are only 2 fields interesting: typeDef and wildcardExpressionType typeDef itself can be generic, so it must be resolvable wildcardExpressionType is super or extends

Author:
Robert Scholte

Field Summary
 
Fields inherited from class com.thoughtworks.qdox.parser.structs.TypeDef
actualArgumentTypes, dimensions, name
 
Constructor Summary
WildcardTypeDef()
           
WildcardTypeDef(TypeDef typeDef, String wildcardExpressionType)
           
 
Method Summary
 TypeDef getTypeDef()
           
 String getWildcardExpressionType()
           
 
Methods inherited from class com.thoughtworks.qdox.parser.structs.TypeDef
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildcardTypeDef

public WildcardTypeDef()

WildcardTypeDef

public WildcardTypeDef(TypeDef typeDef,
                       String wildcardExpressionType)
Method Detail

getTypeDef

public TypeDef getTypeDef()

getWildcardExpressionType

public String getWildcardExpressionType()


Copyright © 2002-2011. All Rights Reserved.