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

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

Subinterfaces of ExprArithmetic in com.ibm.etools.cobol.application.model.cobol
 interface ExprArithAdd
          A representation of an add arithmetic expression.
 interface ExprArithBinary
          A representation of a binary 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.
 interface ExprArithUnaryMinus
          A representation of a unary minus arithmetic expression.
 interface ExprArithUnaryPlus
          A representation of a unary plus arithmetic expression.