public interface Call
extends org.eclipse.emf.ecore.EObject
ProtelisPackage.getCall()| Modifier and Type | Method and Description |
|---|---|
ExprList |
getArgs()
Returns the value of the 'Args' containment reference.
|
org.eclipse.emf.ecore.EObject |
getReference()
Returns the value of the 'Reference' reference.
|
void |
setArgs(ExprList value)
Sets the value of the '
Args' containment reference. |
void |
setReference(org.eclipse.emf.ecore.EObject value)
Sets the value of the '
Reference' reference. |
org.eclipse.emf.ecore.EObject getReference()
If the meaning of the 'Reference' reference isn't clear, there really should be more of a description here...
setReference(EObject),
ProtelisPackage.getCall_Reference()void setReference(org.eclipse.emf.ecore.EObject value)
Reference' reference.
value - the new value of the 'Reference' reference.getReference()ExprList getArgs()
If the meaning of the 'Args' containment reference isn't clear, there really should be more of a description here...
setArgs(ExprList),
ProtelisPackage.getCall_Args()Copyright © 2015. All rights reserved.