Package com.thoughtworks.qdox.model
Interface JavaTypeVariable<D extends JavaGenericDeclaration>
-
- All Superinterfaces:
JavaType
- All Known Implementing Classes:
DefaultJavaTypeVariable
public interface JavaTypeVariable<D extends JavaGenericDeclaration> extends JavaType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<JavaType>getBounds()DgetGenericDeclaration()java.lang.StringgetName()-
Methods inherited from interface com.thoughtworks.qdox.model.JavaType
getBinaryName, getCanonicalName, getFullyQualifiedName, getGenericCanonicalName, getGenericFullyQualifiedName, getGenericValue, getValue, toGenericString
-
-