| Package | Description |
|---|---|
| com.github.javaparser.ast.type | |
| com.github.javaparser.resolution.model.typesystem | |
| com.github.javaparser.resolution.types |
| Modifier and Type | Method and Description |
|---|---|
ResolvedWildcard |
WildcardType.resolve() |
| Modifier and Type | Method and Description |
|---|---|
ResolvedWildcard |
LazyType.asWildcard() |
| Modifier and Type | Field and Description |
|---|---|
static ResolvedWildcard |
ResolvedWildcard.UNBOUNDED |
| Modifier and Type | Method and Description |
|---|---|
ResolvedWildcard |
ResolvedWildcard.asWildcard() |
default ResolvedWildcard |
ResolvedType.asWildcard() |
static ResolvedWildcard |
ResolvedWildcard.extendsBound(ResolvedType type) |
static ResolvedWildcard |
ResolvedWildcard.superBound(ResolvedType type) |
Copyright © 2007–2023. All rights reserved.