com.thoughtworks.qdox.model
Class WildcardType
java.lang.Object
com.thoughtworks.qdox.model.Type
com.thoughtworks.qdox.model.WildcardType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public class WildcardType
- extends Type
This class supports both the 'super' and 'extends' wildcards.
For <?> you must use the normal Type, because ? itself can't be generic
- Author:
- Robert Scholte
- See Also:
- Serialized Form
Methods inherited from class com.thoughtworks.qdox.model.Type |
compareTo, createUnresolved, createUnresolved, createUnresolved, equals, getDimensions, getJavaClass, getJavaClassParent, getValue, hashCode, isA, isArray, isPrimitive, isResolved, isVoid, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
WildcardType
public WildcardType()
WildcardType
public WildcardType(WildcardTypeDef typeDef)
WildcardType
public WildcardType(WildcardTypeDef typeDef,
JavaClassParent context)
getGenericValue
public java.lang.String getGenericValue()
- Overrides:
getGenericValue
in class Type
Copyright © 2002-2009. All Rights Reserved.