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

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

Subinterfaces of ExprRelationCond in com.ibm.etools.cobol.application.model.cobol
 interface ExprEqual
          A representation of an equal relational condition.
 interface ExprGreater
          A representation of a greater relational condition expression.
 interface ExprGreaterOrEqual
          A representation of greater or equal relational condition expression.
 interface ExprLess
          A representation of a less relational condition expression.
 interface ExprLessOrEqual
          A representation of a less or equal relational condition expression.
 interface ExprNotEqual
          A representation of a not equal relational condition expression
 interface ExprNotGreater
          A representation of a not greater relational condition expression.
 interface ExprNotLess
          A representation of a not less relational condition expression