| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.code | |
| org.eclipse.gmt.modisco.omg.kdm.code.util |
| Modifier and Type | Method and Description |
|---|---|
MacroUnit |
CodeFactory.createMacroUnit()
Returns a new object of class 'Macro Unit'.
|
MacroUnit |
Expands.getTo()
Returns the value of the 'To' reference.
|
MacroUnit |
Redefines.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Expands.setTo(MacroUnit value)
Sets the value of the '
To' reference. |
void |
Redefines.setTo(MacroUnit value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
CodeSwitch.caseMacroUnit(MacroUnit object)
Returns the result of interpreting the object as an instance of 'Macro Unit'.
|