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

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

Subinterfaces of SearchStmt in com.ibm.etools.cobol.application.model.cobol
 interface BinarySearchStmt
          A representation of a binary SEARCH statement in the PROCEDURE division.
 interface SerialSearchStmt
          A representation of a serial SEARCH statement in the PROCEDURE division.