| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(SingleTypeReference singleTypeReference,
BlockScope scope) |
void |
ASTVisitor.endVisit(SingleTypeReference singleTypeReference,
ClassScope scope) |
boolean |
ASTVisitor.visit(SingleTypeReference singleTypeReference,
BlockScope scope) |
boolean |
ASTVisitor.visit(SingleTypeReference singleTypeReference,
ClassScope scope) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayTypeReference |
class |
JavadocArraySingleTypeReference |
class |
JavadocSingleTypeReference |
class |
ParameterizedSingleTypeReference
Syntactic representation of a reference to a generic type.
|
class |
Wildcard
Node to represent Wildcard
|
Copyright © 2013. All rights reserved.