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

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

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

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