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

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

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

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