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

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

Subinterfaces of ExprConditional in com.ibm.etools.cobol.application.model.cobol
 interface Expr88Cond
          A representation of a level 88 conditional.
 interface ExprClassCond
          A representation of a class condition.
 interface ExprComplexCond
          A representation of a complex conditional expression.
 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 ExprIsNotSignCond
          A representation of a sign condition with the IS NOT phrase.
 interface ExprIsNotStdClassCond
          A representation of a standard class condition with the phrase IS NOT.
 interface ExprIsNotUserClassCond
          A representation of a user class condition with the IS NOT phrase.
 interface ExprIsSignCond
          A representation of a sign condition with the IS keyword.
 interface ExprIsStdClassCond
          A representation of a standard class condition with the IS phrase.
 interface ExprIsUserClassCond
          A representation of a user class condition with the IS phrase.
 interface ExprLess
          A representation of a less relational condition expression.
 interface ExprLessOrEqual
          A representation of a less or equal relational condition expression.
 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.
 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
 interface ExprRelationCond
          A representation of a relational condition expression.
 interface ExprSignCond
          A representation of a sign condition expression.
 interface ExprSimpleCond
          A representation of a simple conditional expression.
 interface ExprStdClassCond
          A representation of a standard class condition.
 interface ExprSwitchStatusCond
          A representation of a switch status condition.
 interface ExprUserClassCond
          A representation of a user class condition.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return ExprConditional
 ExprConditional SearchWhenClause.getCondition()
          Returns the value of the 'Condition' containment reference.
 ExprConditional IfThenElseStmt.getCondition()
          Returns the value of the 'Condition' containment reference.
 ExprConditional ExprLogicalNot.getExpr()
          Returns the value of the 'Expr' containment reference.
 ExprConditional ExprLogicalBinary.getExpr1()
          Returns the value of the 'Expr1' containment reference.
 ExprConditional ExprLogicalBinary.getExpr2()
          Returns the value of the 'Expr2' containment reference.
 ExprConditional PIControllerUntil.getUntil()
          Returns the value of the 'Until' containment reference.
 ExprConditional PIControllerVaryingClause.getUntil()
          Returns the value of the 'Until' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type ExprConditional
 void SearchWhenClause.setCondition(ExprConditional value)
          Sets the value of the 'Condition' containment reference.
 void IfThenElseStmt.setCondition(ExprConditional value)
          Sets the value of the 'Condition' containment reference.
 void ExprLogicalNot.setExpr(ExprConditional value)
          Sets the value of the 'Expr' containment reference.
 void ExprLogicalBinary.setExpr1(ExprConditional value)
          Sets the value of the 'Expr1' containment reference.
 void ExprLogicalBinary.setExpr2(ExprConditional value)
          Sets the value of the 'Expr2' containment reference.
 void PIControllerUntil.setUntil(ExprConditional value)
          Sets the value of the 'Until' containment reference.
 void PIControllerVaryingClause.setUntil(ExprConditional value)
          Sets the value of the 'Until' containment reference.