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

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

Subinterfaces of MoveStmt in com.ibm.etools.cobol.application.model.cobol
 interface MoveCorrStmt
          A representation of a MOVE statement with a CORRESPONDING clause.
 interface MoveSimpleStmt
          A representation of a MOVE statement in the PROCEDURE division.