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

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

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

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