| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.code | |
| org.eclipse.gmt.modisco.omg.kdm.code.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConditionalDirective
A representation of the model object 'Conditional Directive'.
|
interface |
IncludeDirective
A representation of the model object 'Include Directive'.
|
interface |
MacroDirective
A representation of the model object 'Macro Directive'.
|
interface |
MacroUnit
A representation of the model object 'Macro Unit'.
|
| Modifier and Type | Method and Description |
|---|---|
PreprocessorDirective |
CodeFactory.createPreprocessorDirective()
Returns a new object of class 'Preprocessor Directive'.
|
PreprocessorDirective |
Expands.getFrom()
Returns the value of the 'From' reference.
|
PreprocessorDirective |
Includes.getFrom()
Returns the value of the 'From' reference.
|
PreprocessorDirective |
Redefines.getFrom()
Returns the value of the 'From' reference.
|
PreprocessorDirective |
VariantTo.getFrom()
Returns the value of the 'From' reference.
|
PreprocessorDirective |
GeneratedFrom.getTo()
Returns the value of the 'To' reference.
|
PreprocessorDirective |
VariantTo.getTo()
Returns the value of the 'To' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Expands.setFrom(PreprocessorDirective value)
Sets the value of the '
From' reference. |
void |
Includes.setFrom(PreprocessorDirective value)
Sets the value of the '
From' reference. |
void |
Redefines.setFrom(PreprocessorDirective value)
Sets the value of the '
From' reference. |
void |
VariantTo.setFrom(PreprocessorDirective value)
Sets the value of the '
From' reference. |
void |
GeneratedFrom.setTo(PreprocessorDirective value)
Sets the value of the '
To' reference. |
void |
VariantTo.setTo(PreprocessorDirective value)
Sets the value of the '
To' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
CodeSwitch.casePreprocessorDirective(PreprocessorDirective object)
Returns the result of interpreting the object as an instance of 'Preprocessor Directive'.
|