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

Interface RepositoryParagraph

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


    public interface RepositoryParagraph
    extends ASTNode
    A representation of the REPOSITORY paragraph.

    The following features are supported:

    See Also:
    COBOLPackage.getRepositoryParagraph()
    • Method Detail

      • getClassClauses

        java.util.List getClassClauses()
        Returns the value of the 'Class Clauses' containment reference list. The list contents are of type ClassClause.

        The list contains the class clauses in the repository paragraph.

        Returns:
        the value of the 'Class Clauses' containment reference list.
        See Also:
        COBOLPackage.getRepositoryParagraph_ClassClauses()