Uses of Interface
org.eclipse.wst.jsdt.core.ast.ISingleNameReference

Packages that use ISingleNameReference
org.eclipse.wst.jsdt.core.ast   
 

Uses of ISingleNameReference in org.eclipse.wst.jsdt.core.ast
 

Subinterfaces of ISingleNameReference in org.eclipse.wst.jsdt.core.ast
 interface IJsDocSingleNameReference
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.wst.jsdt.core.ast with parameters of type ISingleNameReference
 void ASTVisitor.endVisit(ISingleNameReference singleNameReference)
           
 boolean ASTVisitor.visit(ISingleNameReference singleNameReference)