| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.codegen | |
| org.eclipse.jdt.internal.compiler.lookup | |
| org.eclipse.jdt.internal.compiler.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(Wildcard wildcard,
BlockScope scope) |
void |
ASTVisitor.endVisit(Wildcard wildcard,
ClassScope scope) |
boolean |
ASTVisitor.visit(Wildcard wildcard,
BlockScope scope) |
boolean |
ASTVisitor.visit(Wildcard wildcard,
ClassScope scope) |
| Modifier and Type | Field and Description |
|---|---|
Wildcard |
AnnotationContext.wildcard |
| Modifier and Type | Method and Description |
|---|---|
long |
WildcardBinding.determineNullBitsFromDeclaration(Scope scope,
Wildcard wildcard)
compute the nullTagBits from type annotations and bound.
|
void |
WildcardBinding.evaluateNullAnnotations(Scope scope,
Wildcard wildcard)
evaluate null type annotations and check / copy nullTagBits from bound and typevariable.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Parser.annotateTypeReference(Wildcard ref) |
Copyright © 2016. All rights reserved.