| Modifier and Type | Interface and Description |
|---|---|
interface |
BeginBlock
A representation of the model object 'Begin Block'.
|
interface |
DoGroup
A representation of the model object 'Do Group'.
|
interface |
IfElseCompoundStatement
A representation of the model object 'If Else Compound Statement'.
|
interface |
MacroDoGroup
A representation of the model object 'Macro Do Group'.
|
interface |
MacroIfElseCompoundStatement
A representation of the model object 'Macro If Else Compound Statement'.
|
interface |
MacroOtherwiseCompoundStatement
A representation of the model object 'Macro Otherwise Compound Statement'.
|
interface |
MacroProcedureBlock
A representation of the model object 'Macro Procedure Block'.
|
interface |
MacroProgramStructureNode
A representation of the model object 'Macro Program Structure Node'.
|
interface |
MacroSelectGroup
A representation of the model object 'Macro Select Group'.
|
interface |
MacroWhenCompoundStatement
A representation of the model object 'Macro When Compound Statement'.
|
interface |
NodeReference
A representation of the model object 'Node Reference'.
|
interface |
OnCompoundStatement
A representation of the model object 'On Compound Statement'.
|
interface |
OtherwiseCompoundStatement
A representation of the model object 'Otherwise Compound Statement'.
|
interface |
PackageBlock
A representation of the model object 'Package Block'.
|
interface |
ProcedureBlock
A representation of the model object 'Procedure Block'.
|
interface |
ProgramStructureNode
A representation of the model object 'Program Structure Node'.
|
interface |
SelectGroup
A representation of the model object 'Select Group'.
|
interface |
WhenCompoundStatement
A representation of the model object 'When Compound Statement'.
|
| Modifier and Type | Method and Description |
|---|---|
StructureNode |
MacroIfElseCompoundStatement.getElseUnit()
Returns the value of the 'Else Unit' containment reference.
|
StructureNode |
IfElseCompoundStatement.getElseUnit()
Returns the value of the 'Else Unit' containment reference.
|
StructureNode |
MacroIfElseCompoundStatement.getThenUnit()
Returns the value of the 'Then Unit' containment reference.
|
StructureNode |
IfElseCompoundStatement.getThenUnit()
Returns the value of the 'Then Unit' containment reference.
|
StructureNode |
WhenCompoundStatement.getUnit()
Returns the value of the 'Unit' containment reference.
|
StructureNode |
OtherwiseCompoundStatement.getUnit()
Returns the value of the 'Unit' containment reference.
|
StructureNode |
OnCompoundStatement.getUnit()
Returns the value of the 'Unit' containment reference.
|
StructureNode |
MacroWhenCompoundStatement.getUnit()
Returns the value of the 'Unit' containment reference.
|
StructureNode |
MacroOtherwiseCompoundStatement.getUnit()
Returns the value of the 'Unit' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StructureNode> |
ProgramStructureNode.getContents()
Returns the value of the 'Contents' containment reference list.
|
java.util.List<StructureNode> |
ProcedureBlock.getContents()
Returns the value of the 'Contents' containment reference list.
|
java.util.List<StructureNode> |
PackageBlock.getContents()
Returns the value of the 'Contents' containment reference list.
|
java.util.List<StructureNode> |
MacroProgramStructureNode.getContents()
Returns the value of the 'Contents' containment reference list.
|
java.util.List<StructureNode> |
MacroProcedureBlock.getContents()
Returns the value of the 'Contents' containment reference list.
|
java.util.List<StructureNode> |
MacroDoGroup.getContents()
Returns the value of the 'Contents' containment reference list.
|
java.util.List<StructureNode> |
DoGroup.getContents()
Returns the value of the 'Contents' containment reference list.
|
java.util.List<StructureNode> |
BeginBlock.getContents()
Returns the value of the 'Contents' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MacroIfElseCompoundStatement.setElseUnit(StructureNode value)
Sets the value of the '
Else Unit' containment reference. |
void |
IfElseCompoundStatement.setElseUnit(StructureNode value)
Sets the value of the '
Else Unit' containment reference. |
void |
MacroIfElseCompoundStatement.setThenUnit(StructureNode value)
Sets the value of the '
Then Unit' containment reference. |
void |
IfElseCompoundStatement.setThenUnit(StructureNode value)
Sets the value of the '
Then Unit' containment reference. |
void |
WhenCompoundStatement.setUnit(StructureNode value)
Sets the value of the '
Unit' containment reference. |
void |
OtherwiseCompoundStatement.setUnit(StructureNode value)
Sets the value of the '
Unit' containment reference. |
void |
OnCompoundStatement.setUnit(StructureNode value)
Sets the value of the '
Unit' containment reference. |
void |
MacroWhenCompoundStatement.setUnit(StructureNode value)
Sets the value of the '
Unit' containment reference. |
void |
MacroOtherwiseCompoundStatement.setUnit(StructureNode value)
Sets the value of the '
Unit' containment reference. |