| Modifier and Type | Method and Description |
|---|---|
NodeReference |
PLIFactory.createNodeReference()
Returns a new object of class 'Node Reference'.
|
NodeReference |
BeginBlock.getBeginStatement()
Returns the value of the 'Begin Statement' containment reference.
|
NodeReference |
MacroDoGroup.getDoStatement()
Returns the value of the 'Do Statement' containment reference.
|
NodeReference |
DoGroup.getDoStatement()
Returns the value of the 'Do Statement' containment reference.
|
NodeReference |
MacroIfElseCompoundStatement.getElseStatement()
Returns the value of the 'Else Statement' containment reference.
|
NodeReference |
IfElseCompoundStatement.getElseStatement()
Returns the value of the 'Else Statement' containment reference.
|
NodeReference |
SelectGroup.getEndStatement()
Returns the value of the 'End Statement' containment reference.
|
NodeReference |
ProcedureBlock.getEndStatement()
Returns the value of the 'End Statement' containment reference.
|
NodeReference |
PackageBlock.getEndStatement()
Returns the value of the 'End Statement' containment reference.
|
NodeReference |
MacroSelectGroup.getEndStatement()
Returns the value of the 'End Statement' containment reference.
|
NodeReference |
MacroProcedureBlock.getEndStatement()
Returns the value of the 'End Statement' containment reference.
|
NodeReference |
MacroDoGroup.getEndStatement()
Returns the value of the 'End Statement' containment reference.
|
NodeReference |
DoGroup.getEndStatement()
Returns the value of the 'End Statement' containment reference.
|
NodeReference |
BeginBlock.getEndStatement()
Returns the value of the 'End Statement' containment reference.
|
NodeReference |
MacroIfElseCompoundStatement.getIfStatement()
Returns the value of the 'If Statement' containment reference.
|
NodeReference |
IfElseCompoundStatement.getIfStatement()
Returns the value of the 'If Statement' containment reference.
|
NodeReference |
OnCompoundStatement.getOnStatement()
Returns the value of the 'On Statement' containment reference.
|
NodeReference |
OtherwiseCompoundStatement.getOtherwiseStatement()
Returns the value of the 'Otherwise Statement' containment reference.
|
NodeReference |
MacroOtherwiseCompoundStatement.getOtherwiseStatement()
Returns the value of the 'Otherwise Statement' containment reference.
|
NodeReference |
PackageBlock.getPackageStatement()
Returns the value of the 'Package Statement' containment reference.
|
NodeReference |
ProcedureBlock.getProcedureStatement()
Returns the value of the 'Procedure Statement' containment reference.
|
NodeReference |
MacroProcedureBlock.getProcedureStatement()
Returns the value of the 'Procedure Statement' containment reference.
|
NodeReference |
SelectGroup.getSelectStatement()
Returns the value of the 'Select Statement' containment reference.
|
NodeReference |
MacroSelectGroup.getSelectStatement()
Returns the value of the 'Select Statement' containment reference.
|
NodeReference |
WhenCompoundStatement.getWhenStatement()
Returns the value of the 'When Statement' containment reference.
|
NodeReference |
MacroWhenCompoundStatement.getWhenStatement()
Returns the value of the 'When Statement' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeginBlock.setBeginStatement(NodeReference value)
Sets the value of the '
Begin Statement' containment reference. |
void |
MacroDoGroup.setDoStatement(NodeReference value)
Sets the value of the '
Do Statement' containment reference. |
void |
DoGroup.setDoStatement(NodeReference value)
Sets the value of the '
Do Statement' containment reference. |
void |
MacroIfElseCompoundStatement.setElseStatement(NodeReference value)
Sets the value of the '
Else Statement' containment reference. |
void |
IfElseCompoundStatement.setElseStatement(NodeReference value)
Sets the value of the '
Else Statement' containment reference. |
void |
SelectGroup.setEndStatement(NodeReference value)
Sets the value of the '
End Statement' containment reference. |
void |
ProcedureBlock.setEndStatement(NodeReference value)
Sets the value of the '
End Statement' containment reference. |
void |
PackageBlock.setEndStatement(NodeReference value)
Sets the value of the '
End Statement' containment reference. |
void |
MacroSelectGroup.setEndStatement(NodeReference value)
Sets the value of the '
End Statement' containment reference. |
void |
MacroProcedureBlock.setEndStatement(NodeReference value)
Sets the value of the '
End Statement' containment reference. |
void |
MacroDoGroup.setEndStatement(NodeReference value)
Sets the value of the '
End Statement' containment reference. |
void |
DoGroup.setEndStatement(NodeReference value)
Sets the value of the '
End Statement' containment reference. |
void |
BeginBlock.setEndStatement(NodeReference value)
Sets the value of the '
End Statement' containment reference. |
void |
MacroIfElseCompoundStatement.setIfStatement(NodeReference value)
Sets the value of the '
If Statement' containment reference. |
void |
IfElseCompoundStatement.setIfStatement(NodeReference value)
Sets the value of the '
If Statement' containment reference. |
void |
OnCompoundStatement.setOnStatement(NodeReference value)
Sets the value of the '
On Statement' containment reference. |
void |
OtherwiseCompoundStatement.setOtherwiseStatement(NodeReference value)
Sets the value of the '
Otherwise Statement' containment reference. |
void |
MacroOtherwiseCompoundStatement.setOtherwiseStatement(NodeReference value)
Sets the value of the '
Otherwise Statement' containment reference. |
void |
PackageBlock.setPackageStatement(NodeReference value)
Sets the value of the '
Package Statement' containment reference. |
void |
ProcedureBlock.setProcedureStatement(NodeReference value)
Sets the value of the '
Procedure Statement' containment reference. |
void |
MacroProcedureBlock.setProcedureStatement(NodeReference value)
Sets the value of the '
Procedure Statement' containment reference. |
void |
SelectGroup.setSelectStatement(NodeReference value)
Sets the value of the '
Select Statement' containment reference. |
void |
MacroSelectGroup.setSelectStatement(NodeReference value)
Sets the value of the '
Select Statement' containment reference. |
void |
WhenCompoundStatement.setWhenStatement(NodeReference value)
Sets the value of the '
When Statement' containment reference. |
void |
MacroWhenCompoundStatement.setWhenStatement(NodeReference value)
Sets the value of the '
When Statement' containment reference. |