com.ibm.etools.cobol.application.model.cobol

Interface MoveStmt

  • All Superinterfaces:
    ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Stmt
    All Known Subinterfaces:
    MoveCorrStmt, MoveSimpleStmt


    public interface MoveStmt
    extends Stmt
    A representation of a MOVE statement in the PROCEDURE division. Each node that represents a MOVE statement implements this interface.
    See Also:
    COBOLPackage.getMoveStmt()