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

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

Subinterfaces of InspectReplacingClause in com.ibm.etools.cobol.application.model.cobol
 interface InspectReplacingAll
          A representation of the ALL clause in a REPLACING clause in an INSPECT statement.
 interface InspectReplacingAllOrLeadingOrFirst
          A representation of an ALL, LEADING, or FIRST clause in a REPLACING clause in an INSPECT statement.
 interface InspectReplacingCharactersBy
          A representation of an INSPECT statement with a CHARACTERS BY clause.
 interface InspectReplacingFirst
          A representation of a FIRST clause in a REPLACING clause in an INSPECT statement.
 interface InspectReplacingLeading
          A representation of a LEADING clause in a REPLACING clause in an INSPECT statement.