|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SingleTypeReference | |
---|---|
org.eclipse.jdt.internal.compiler | |
org.eclipse.jdt.internal.compiler.ast |
Uses of SingleTypeReference in org.eclipse.jdt.internal.compiler |
---|
Methods in org.eclipse.jdt.internal.compiler with parameters of type SingleTypeReference | |
---|---|
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)
|
Uses of SingleTypeReference in org.eclipse.jdt.internal.compiler.ast |
---|
Subclasses of SingleTypeReference in org.eclipse.jdt.internal.compiler.ast | |
---|---|
class |
ArrayTypeReference
|
class |
JavadocArraySingleTypeReference
|
class |
JavadocSingleTypeReference
|
class |
ParameterizedSingleTypeReference
Syntactic representation of a reference to a generic type. |
class |
Wildcard
Node to represent Wildcard |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |