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

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

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

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