| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(QualifiedTypeReference qualifiedTypeReference,
BlockScope scope) |
void |
ASTVisitor.endVisit(QualifiedTypeReference qualifiedTypeReference,
ClassScope scope) |
boolean |
ASTVisitor.visit(QualifiedTypeReference qualifiedTypeReference,
BlockScope scope) |
boolean |
ASTVisitor.visit(QualifiedTypeReference qualifiedTypeReference,
ClassScope scope) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayQualifiedTypeReference |
class |
JavadocArrayQualifiedTypeReference |
class |
JavadocQualifiedTypeReference |
class |
ParameterizedQualifiedTypeReference
Syntactic representation of a reference to a generic type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IQualifiedTypeResolutionListener.recordResolution(QualifiedTypeReference typeReference,
TypeBinding resolution)
Notifies that the given resolution has been found for the given type reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.illegalUsageOfQualifiedTypeReference(QualifiedTypeReference qualifiedTypeReference) |
Copyright © 2013. All rights reserved.