public interface Lambda extends Local
ProtelisPackage.getLambda()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EObject |
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.
|
void |
setArgs(org.eclipse.emf.ecore.EObject 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. |
org.eclipse.emf.ecore.EObject getArgs()
If the meaning of the 'Args' containment reference isn't clear, there really should be more of a description here...
setArgs(EObject),
ProtelisPackage.getLambda_Args()void setArgs(org.eclipse.emf.ecore.EObject value)
Args' containment reference.
value - the new value of the 'Args' containment reference.getArgs()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ProtelisPackage.getLambda_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()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.getLambda_Body()Copyright © 2015. All rights reserved.