Uses of Class
org.eclipse.jdt.internal.compiler.ast.SingleNameReference

Packages that use SingleNameReference
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
 

Uses of SingleNameReference in org.eclipse.jdt.internal.compiler
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type SingleNameReference
 void ASTVisitor.endVisit(SingleNameReference singleNameReference, BlockScope scope)
           
 void ASTVisitor.endVisit(SingleNameReference singleNameReference, ClassScope scope)
           
 boolean ASTVisitor.visit(SingleNameReference singleNameReference, BlockScope scope)
           
 boolean ASTVisitor.visit(SingleNameReference singleNameReference, ClassScope scope)
           
 

Uses of SingleNameReference in org.eclipse.jdt.internal.compiler.ast
 

Subclasses of SingleNameReference in org.eclipse.jdt.internal.compiler.ast
 class JavadocSingleNameReference
           
 



Copyright © 2012. All Rights Reserved.