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
-
-
Field Summary
-
Fields inherited from class com.thoughtworks.qdox.parser.structs.TypeDef
actualArgumentTypes, dimensions, name
-
-
Constructor Summary
Constructors Constructor Description WildcardTypeDef()
WildcardTypeDef(TypeDef typeDef, java.lang.String wildcardExpressionType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeDef
getTypeDef()
java.lang.String
getWildcardExpressionType()
-