| Modifier and Type | Method and Description |
|---|---|
void |
Sql.relate_R451_IfSmt_is_a_Statement(IfSmt form,
Statement part) |
void |
Sql.relate_R453_IfSmt_has_then_CodeBlock(IfSmt form,
CodeBlock part) |
void |
Sql.relate_R454_IfSmt_has_else_CodeBlock(IfSmt form,
CodeBlock part) |
void |
Sql.relate_R471_IfSmt_executes_then_block_if_true_Expression(IfSmt form,
Expression part) |
void |
SqlSqlLoader.serialize_IfSmt(IfSmt ifsmt_inst,
PrintStream out) |
void |
Sql.unrelate_R451_IfSmt_is_a_Statement(IfSmt form,
Statement part) |
void |
Sql.unrelate_R453_IfSmt_has_then_CodeBlock(IfSmt form,
CodeBlock part) |
void |
Sql.unrelate_R454_IfSmt_has_else_CodeBlock(IfSmt form,
CodeBlock part) |
void |
Sql.unrelate_R471_IfSmt_executes_then_block_if_true_Expression(IfSmt form,
Expression part) |
| Modifier and Type | Method and Description |
|---|---|
IfSmt |
Expression.R471_determines_execution_of_blocks_for_IfSmt() |
| Modifier and Type | Method and Description |
|---|---|
default void |
Expression.setR471_determines_execution_of_blocks_for_IfSmt(IfSmt inst) |
| Modifier and Type | Method and Description |
|---|---|
IfSmt |
ExpressionImpl.R471_determines_execution_of_blocks_for_IfSmt() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionImpl.setR471_determines_execution_of_blocks_for_IfSmt(IfSmt inst) |
| Modifier and Type | Method and Description |
|---|---|
IfSmt |
CodeBlock.R453_controls_then_for_IfSmt() |
IfSmt |
CodeBlock.R454_controls_else_for_IfSmt() |
| Modifier and Type | Method and Description |
|---|---|
default void |
CodeBlock.setR453_controls_then_for_IfSmt(IfSmt inst) |
default void |
CodeBlock.setR454_controls_else_for_IfSmt(IfSmt inst) |
| Modifier and Type | Method and Description |
|---|---|
IfSmt |
CodeBlockImpl.R453_controls_then_for_IfSmt() |
IfSmt |
CodeBlockImpl.R454_controls_else_for_IfSmt() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeBlockImpl.setR453_controls_then_for_IfSmt(IfSmt inst) |
void |
CodeBlockImpl.setR454_controls_else_for_IfSmt(IfSmt inst) |
| Modifier and Type | Method and Description |
|---|---|
IfSmt |
Statement.R451_is_a_IfSmt() |
| Modifier and Type | Method and Description |
|---|---|
default void |
Statement.setR451_is_a_IfSmt(IfSmt inst) |
| Modifier and Type | Class and Description |
|---|---|
class |
IfSmtImpl |
| Modifier and Type | Field and Description |
|---|---|
static IfSmt |
IfSmtImpl.EMPTY_IFSMT |
| Modifier and Type | Method and Description |
|---|---|
static IfSmt |
IfSmtImpl.create(Sql context) |
static IfSmt |
IfSmtImpl.create(Sql context,
io.ciera.runtime.summit.types.UniqueId instanceId,
String ref_parent_name,
String ref_parent_package,
String ref_body_name,
String ref_block_number,
String ref_statement_number,
String ref_then_block_number,
String ref_else_block_number,
String ref_cond_expression_number,
boolean m_is_else_if) |
IfSmt |
IfSmtSetImpl.nullElement() |
IfSmt |
IfSmtImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<IfSmt> condition) |
IfSmt |
StatementImpl.R451_is_a_IfSmt() |
IfSmt |
IfSmtImpl.self() |
IfSmt |
IfSmtImpl.value() |
| Modifier and Type | Method and Description |
|---|---|
List<IfSmt> |
IfSmtSetImpl.elements() |
| Modifier and Type | Method and Description |
|---|---|
void |
StatementImpl.setR451_is_a_IfSmt(IfSmt inst) |
| Modifier and Type | Method and Description |
|---|---|
IfSmtSet |
IfSmtSetImpl.emptySet(Comparator<? super IfSmt> comp) |
IfSmt |
IfSmtImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<IfSmt> condition) |
| Constructor and Description |
|---|
IfSmtSetImpl(Comparator<? super IfSmt> comp) |
Copyright © 2020. All rights reserved.