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

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

Subinterfaces of ExprComplexCond in com.ibm.etools.cobol.application.model.cobol
 interface ExprLogicalAnd
          A representation of an and logical binary expression.
 interface ExprLogicalBinary
          A representation of a binary logical expression.
 interface ExprLogicalNot
          A representation of a not logical expression.
 interface ExprLogicalOr
          A representation of an or logical binary expression.