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

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

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

Subinterfaces of IArrayQualifiedTypeReference in org.eclipse.wst.jsdt.core.ast
 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 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 IArrayQualifiedTypeReference
 void ASTVisitor.endVisit(IArrayQualifiedTypeReference arrayQualifiedTypeReference)
           
 boolean ASTVisitor.visit(IArrayQualifiedTypeReference arrayQualifiedTypeReference)