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

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

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

Subinterfaces of IQualifiedTypeReference in org.eclipse.wst.jsdt.core.ast
 interface IArrayQualifiedTypeReference
           This interface is not intended to be implemented by clients.
 interface IJsDocArrayQualifiedTypeReference
          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 IJsDocQualifiedTypeReference
          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 IParameterizedQualifiedTypeReference
          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 IQualifiedTypeReference
 void ASTVisitor.endVisit(IQualifiedTypeReference qualifiedTypeReference)
           
 boolean ASTVisitor.visit(IQualifiedTypeReference qualifiedTypeReference)