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

Interface FuncRef

    • Method Detail

      • getFunctionName

        java.lang.String getFunctionName()
        Returns the value of the 'Function Name' attribute.

        The name of the function.

        Returns:
        the value of the 'Function Name' attribute.
        See Also:
        setFunctionName(String), COBOLPackage.getFuncRef_FunctionName()
      • setFunctionName

        void setFunctionName(java.lang.String value)
        Sets the value of the 'Function Name' attribute.
        Parameters:
        value - the new value of the 'Function Name' attribute.
        See Also:
        getFunctionName()
      • getArgs

        java.util.List getArgs()
        Returns the value of the 'Args' containment reference list. The list contents are of type Expr.

        Returns:
        the value of the 'Args' containment reference list.
        See Also:
        COBOLPackage.getFuncRef_Args()