public interface FuncRef extends DataRef
The following features are supported:
COBOLPackage.getFuncRef()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.lang.String getFunctionName()
The name of the function.
setFunctionName(String),
COBOLPackage.getFuncRef_FunctionName()void setFunctionName(java.lang.String value)
Function Name' attribute.
value - the new value of the 'Function Name' attribute.getFunctionName()java.util.List getArgs()
Expr.
COBOLPackage.getFuncRef_Args()