com.thoughtworks.qdox.parser.structs
Class WildcardTypeDef
java.lang.Object
com.thoughtworks.qdox.parser.structs.TypeDef
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
typeDef
private TypeDef typeDef
wildcardExpressionType
private java.lang.String wildcardExpressionType
WildcardTypeDef
public WildcardTypeDef()
WildcardTypeDef
public WildcardTypeDef(TypeDef typeDef,
java.lang.String wildcardExpressionType)
getTypeDef
public TypeDef getTypeDef()
getWildcardExpressionType
public java.lang.String getWildcardExpressionType()