Package org.eclipse.m2m.atl.emftvm
Interface Ifte
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Instruction
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
IfteImpl
A representation of the model object 'Ifte'.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Else Cb' reference.int
Returns the value of the 'Else Cb Index' attribute.Returns the value of the 'Then Cb' reference.int
Returns the value of the 'Then Cb Index' attribute.void
Sets the value of the 'Else Cb
' reference.void
setElseCbIndex
(int value) Sets the value of the 'Else Cb Index
' attribute.void
Sets the value of the 'Then Cb
' reference.void
setThenCbIndex
(int value) Sets the value of the 'Then Cb Index
' attribute.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.m2m.atl.emftvm.Instruction
getLineNumber, getOpcode, getOwningBlock, getStackConsumption, getStackLevel, getStackProduction, setLineNumber, setOwningBlock
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getThenCbIndex
int getThenCbIndex()Returns the value of the 'Then Cb Index' attribute. The default value is"-1"
.If the meaning of the 'Then Cb Index' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Then Cb Index' attribute.
- See Also:
-
setThenCbIndex
void setThenCbIndex(int value) Sets the value of the 'Then Cb Index
' attribute.- Parameters:
value
- the new value of the 'Then Cb Index' attribute.- See Also:
-
getElseCbIndex
int getElseCbIndex()Returns the value of the 'Else Cb Index' attribute. The default value is"-1"
.If the meaning of the 'Else Cb Index' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Else Cb Index' attribute.
- See Also:
-
setElseCbIndex
void setElseCbIndex(int value) Sets the value of the 'Else Cb Index
' attribute.- Parameters:
value
- the new value of the 'Else Cb Index' attribute.- See Also:
-
getThenCb
CodeBlock getThenCb()Returns the value of the 'Then Cb' reference.If the meaning of the 'Then Cb' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Then Cb' reference.
- See Also:
-
setThenCb
Sets the value of the 'Then Cb
' reference.- Parameters:
value
- the new value of the 'Then Cb' reference.- See Also:
-
getElseCb
CodeBlock getElseCb()Returns the value of the 'Else Cb' reference.If the meaning of the 'Else Cb' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Else Cb' reference.
- See Also:
-
setElseCb
Sets the value of the 'Else Cb
' reference.- Parameters:
value
- the new value of the 'Else Cb' reference.- See Also:
-