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

Interface FormalParameter

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


    public interface FormalParameter
    extends ASTNode
    A representation of a formal Parameter specified in the USING clause.

    The following features are supported:

    See Also:
    COBOLPackage.getFormalParameter()
    • Method Detail

      • getArg

        DataItem getArg()
        Returns the value of the 'Arg' reference.

        The value is the data item specified as the parameter.

        Returns:
        the value of the 'Arg' reference.
        See Also:
        setArg(DataItem), COBOLPackage.getFormalParameter_Arg()
      • setArg

        void setArg(DataItem value)
        Sets the value of the 'Arg' reference.
        Parameters:
        value - the new value of the 'Arg' reference.
        See Also:
        getArg()