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

Interface CopyReplacingPartialWordClause

  • All Superinterfaces:
    ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CopyReplacingPartialWordClause
    extends ASTNode
    A representation of the model object 'Copy Replacing Partial Word Clause'.

    The following features are supported:

    See Also:
    COBOLPackage.getCopyReplacingPartialWordClause()
    • Method Detail

      • getByPartialWordClauses

        java.util.List getByPartialWordClauses()
        Returns the value of the 'By Partial Word Clauses' containment reference list. The list contents are of type ByPartialWordClause.

        If the meaning of the 'By Partial Word Clauses' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'By Partial Word Clauses' containment reference list.
        See Also:
        COBOLPackage.getCopyReplacingPartialWordClause_ByPartialWordClauses()