nts.interf.base
Interface IExprBin

All Superinterfaces:
IExpr, ILabel, IVisitable
All Known Subinterfaces:
IExprAnd, IExprDivide, IExprEq, IExprEquiv, IExprGeq, IExprGt, IExprImpl, IExprLeq, IExprLt, IExprMinus, IExprMult, IExprNeq, IExprOr, IExprPlus, IExprRemainder

public interface IExprBin
extends IExpr

Base interface for binary expressions.


Method Summary
 IExpr operand1()
           
 IExpr operand2()
           
 
Methods inherited from interface nts.interf.base.IExpr
type
 
Methods inherited from interface nts.interf.base.IVisitable
accept
 

Method Detail

operand1

IExpr operand1()
Returns:
first operand

operand2

IExpr operand2()
Returns:
second operand