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

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

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

Subinterfaces of ISingleTypeReference in org.eclipse.wst.jsdt.core.ast
 interface IArrayTypeReference
           This interface is not intended to be implemented by clients.
 interface IJsDocArraySingleTypeReference
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface IJsDocSingleTypeReference
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface IParameterizedSingleTypeReference
          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 ISingleTypeReference
 void ASTVisitor.endVisit(ISingleTypeReference singleTypeReference)
           
 boolean ASTVisitor.visit(ISingleTypeReference singleTypeReference)