| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler.lookup |
| Modifier and Type | Field and Description |
|---|---|
WildcardBinding |
CaptureBinding.wildcard |
| Modifier and Type | Method and Description |
|---|---|
WildcardBinding |
LookupEnvironment.createWildcard(ReferenceBinding genericType,
int rank,
TypeBinding bound,
TypeBinding[] otherBounds,
int boundKind) |
WildcardBinding |
LookupEnvironment.createWildcard(ReferenceBinding genericType,
int rank,
TypeBinding bound,
TypeBinding[] otherBounds,
int boundKind,
AnnotationBinding[] annotations) |
WildcardBinding |
TypeSystem.getWildcard(ReferenceBinding genericType,
int rank,
TypeBinding bound,
TypeBinding[] otherBounds,
int boundKind) |
WildcardBinding |
AnnotatableTypeSystem.getWildcard(ReferenceBinding genericType,
int rank,
TypeBinding bound,
TypeBinding[] otherBounds,
int boundKind) |
WildcardBinding |
TypeSystem.getWildcard(ReferenceBinding genericType,
int rank,
TypeBinding bound,
TypeBinding[] otherBounds,
int boundKind,
AnnotationBinding[] annotations) |
WildcardBinding |
AnnotatableTypeSystem.getWildcard(ReferenceBinding genericType,
int rank,
TypeBinding bound,
TypeBinding[] otherBounds,
int boundKind,
AnnotationBinding[] annotations) |
| Modifier and Type | Method and Description |
|---|---|
CaptureBinding |
LookupEnvironment.createCapturedWildcard(WildcardBinding wildcard,
ReferenceBinding contextType,
int start,
int end,
ASTNode cud,
int id) |
CaptureBinding |
TypeSystem.getCapturedWildcard(WildcardBinding wildcard,
ReferenceBinding contextType,
int start,
int end,
ASTNode cud,
int id) |
boolean |
TypeBindingVisitor.visit(WildcardBinding wildcardBinding) |
| Constructor and Description |
|---|
CaptureBinding(WildcardBinding wildcard,
ReferenceBinding sourceType,
int start,
int end,
ASTNode cud,
int captureID) |
Copyright © 2016. All rights reserved.