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

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

Subinterfaces of InspectReplacingAllOrLeadingOrFirst 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 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.