Uses of Interface
com.ibm.etools.cobol.application.model.cobol.ExprArithBinary

Uses of ExprArithBinary in com.ibm.etools.cobol.application.model.cobol
 

Subinterfaces of ExprArithBinary in com.ibm.etools.cobol.application.model.cobol
 interface ExprArithAdd
          A representation of an add arithmetic expression.
 interface ExprArithDivide
          A representation of a divide arithmetic expression.
 interface ExprArithExpo
          A representation of an exponentiation arithmetic expression.
 interface ExprArithMultiply
          A representation of a multiply arithmetic expression.
 interface ExprArithSubtract
          A representation of a subtract arithmetic expression.