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

Interface ByClause

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


    public interface ByClause
    extends ASTNode
    A representation of a BY clause in a REPLACE statement, or a BY clause in a REPLACING clause in a COPY statement.

    The following features are supported:

    See Also:
    COBOLPackage.getByClause()
    • Method Detail

      • getPseudoText1

        java.lang.String getPseudoText1()
        Returns the value of the 'Pseudo Text1' attribute.

        The value is the text that appears before the BY keyword.

        Returns:
        the value of the 'Pseudo Text1' attribute.
        See Also:
        setPseudoText1(String), COBOLPackage.getByClause_PseudoText1()
      • setPseudoText1

        void setPseudoText1(java.lang.String value)
        Sets the value of the 'Pseudo Text1' attribute.
        Parameters:
        value - the new value of the 'Pseudo Text1' attribute.
        See Also:
        getPseudoText1()
      • getPseudoText2

        java.lang.String getPseudoText2()
        Returns the value of the 'Pseudo Text2' attribute.

        The value is the text that appears after the BY keyword.

        Returns:
        the value of the 'Pseudo Text2' attribute.
        See Also:
        setPseudoText2(String), COBOLPackage.getByClause_PseudoText2()
      • setPseudoText2

        void setPseudoText2(java.lang.String value)
        Sets the value of the 'Pseudo Text2' attribute.
        Parameters:
        value - the new value of the 'Pseudo Text2' attribute.
        See Also:
        getPseudoText2()