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

Packages that use IAllocationExpression
org.eclipse.wst.jsdt.core.ast   
org.eclipse.wst.jsdt.core.infer   
 

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

Subinterfaces of IAllocationExpression in org.eclipse.wst.jsdt.core.ast
 interface IJsDocAllocationExpression
          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 IQualifiedAllocationExpression
          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 IAllocationExpression
 void ASTVisitor.endVisit(IAllocationExpression allocationExpression)
           
 boolean ASTVisitor.visit(IAllocationExpression allocationExpression)
           
 

Uses of IAllocationExpression in org.eclipse.wst.jsdt.core.infer
 

Methods in org.eclipse.wst.jsdt.core.infer with parameters of type IAllocationExpression
 boolean InferEngine.visit(IAllocationExpression allocationExpression)