com.ibm.etools.cobol.application.model.cobol
Interface FuncRef

All Superinterfaces:
ASTNode, DataRef, DataRefOrIndexRef, DataRefOrLiteral, DataRefOrLiteralOrIndexRef, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface FuncRef
extends DataRef

A representation of a function call.

The following features are supported:

See Also:
COBOLPackage.getFuncRef()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List getArgs()
          Returns the value of the 'Args' containment reference list.
 java.lang.String getFunctionName()
          Returns the value of the 'Function Name' attribute.
 void setFunctionName(java.lang.String value)
          Sets the value of the 'Function Name' attribute.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
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()