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

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

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

Subinterfaces of IOperatorExpression 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 IBinaryExpression
          Representation of binary expressions This interface is not intended to be implemented by clients.
 interface ICombinedBinaryExpression
          Representation of binary expression.
 interface IConditionalExpression
          Representation of a conditional expression.
 interface IEqualExpression
          Representation of = expression.
 interface IInstanceOfExpression
           This interface is not intended to be implemented by clients.
 interface IOR_OR_Expression
          Representation of an or or (||) expression.
 interface IUnaryExpression
          Representation of a unary expression.