public interface FunctionDef
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ProtelisPackage.getFunctionDef()| Modifier and Type | Method and Description |
|---|---|
VarList |
getArgs()
Returns the value of the 'Args' containment reference.
|
Block |
getBody()
Returns the value of the 'Body' containment reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
boolean |
isPublic()
Returns the value of the 'Public' attribute.
|
void |
setArgs(VarList value)
Sets the value of the '
Args' containment reference. |
void |
setBody(Block value)
Sets the value of the '
Body' containment reference. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setPublic(boolean value)
Sets the value of the '
Public' attribute. |
boolean isPublic()
If the meaning of the 'Public' attribute isn't clear, there really should be more of a description here...
setPublic(boolean),
ProtelisPackage.getFunctionDef_Public()void setPublic(boolean value)
Public' attribute.
value - the new value of the 'Public' attribute.isPublic()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ProtelisPackage.getFunctionDef_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()VarList getArgs()
If the meaning of the 'Args' containment reference isn't clear, there really should be more of a description here...
setArgs(VarList),
ProtelisPackage.getFunctionDef_Args()void setArgs(VarList value)
Args' containment reference.
value - the new value of the 'Args' containment reference.getArgs()Block getBody()
If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
setBody(Block),
ProtelisPackage.getFunctionDef_Body()Copyright © 2015. All rights reserved.