public interface Wildcard extends Type
[JLS3:4.5.1] Type Arguments and Wildcards
Modifier and Type | Method and Description |
---|---|
WildcardBoundKind |
getBoundKind()
Returns the type bound kind.
|
Type |
getTypeBound()
Returns the bound type.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
WildcardBoundKind getBoundKind()
Type getTypeBound()
null
if this is an unbound wildcardCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.