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

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

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

Subinterfaces of IBinaryExpression in org.eclipse.wst.jsdt.core.ast
 interface IAND_AND_Expression
          Representation of a && expression This interface is not intended to be implemented by clients.
 interface ICombinedBinaryExpression
          Representation of binary expression.
 interface IEqualExpression
          Representation of = expression.
 interface IOR_OR_Expression
          Representation of an or or (||) expression.
 

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