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

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

Subinterfaces of ExprClassCond in com.ibm.etools.cobol.application.model.cobol
 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 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 ExprStdClassCond
          A representation of a standard class condition.
 interface ExprUserClassCond
          A representation of a user class condition.