Package | Description |
---|---|
com.thoughtworks.qdox.model.impl |
Provides the default implementation of the classes reflecting the Java model elements.
|
Modifier and Type | Method | Description |
---|---|---|
static DefaultJavaWildcardType.BoundType |
DefaultJavaWildcardType.BoundType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DefaultJavaWildcardType.BoundType[] |
DefaultJavaWildcardType.BoundType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
DefaultJavaWildcardType(JavaType type,
DefaultJavaWildcardType.BoundType boundType) |
Copyright © 2002–2018. All rights reserved.