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

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

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

Methods in org.eclipse.wst.jsdt.core.ast with parameters of type IInitializer
 void ASTVisitor.endVisit(IInitializer initializer)
           
 boolean ASTVisitor.visit(IInitializer initializer)