| Modifier and Type | Method and Description |
|---|---|
void |
Sql.relate_R451_ForSmt_is_a_Statement(ForSmt form,
Statement part) |
void |
Sql.relate_R455_ForSmt_has_control_CodeBlock(ForSmt form,
CodeBlock part) |
void |
Sql.relate_R459_ForSmt_declares_as_iterator_Variable(ForSmt form,
Variable part) |
void |
Sql.relate_R478_ForSmt_iterates_over_Expression(ForSmt form,
Expression part) |
void |
SqlSqlLoader.serialize_ForSmt(ForSmt forsmt_inst,
PrintStream out) |
void |
Sql.unrelate_R451_ForSmt_is_a_Statement(ForSmt form,
Statement part) |
void |
Sql.unrelate_R455_ForSmt_has_control_CodeBlock(ForSmt form,
CodeBlock part) |
void |
Sql.unrelate_R459_ForSmt_declares_as_iterator_Variable(ForSmt form,
Variable part) |
void |
Sql.unrelate_R478_ForSmt_iterates_over_Expression(ForSmt form,
Expression part) |
| Modifier and Type | Method and Description |
|---|---|
ForSmt |
Expression.R478_is_iterated_by_ForSmt() |
| Modifier and Type | Method and Description |
|---|---|
default void |
Expression.setR478_is_iterated_by_ForSmt(ForSmt inst) |
| Modifier and Type | Method and Description |
|---|---|
ForSmt |
ExpressionImpl.R478_is_iterated_by_ForSmt() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionImpl.setR478_is_iterated_by_ForSmt(ForSmt inst) |
| Modifier and Type | Method and Description |
|---|---|
ForSmt |
CodeBlock.R455_controls_ForSmt() |
| Modifier and Type | Method and Description |
|---|---|
default void |
CodeBlock.setR455_controls_ForSmt(ForSmt inst) |
| Modifier and Type | Method and Description |
|---|---|
ForSmt |
CodeBlockImpl.R455_controls_ForSmt() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeBlockImpl.setR455_controls_ForSmt(ForSmt inst) |
| Modifier and Type | Method and Description |
|---|---|
ForSmt |
Statement.R451_is_a_ForSmt() |
ForSmt |
Variable.R459_is_iterator_for_ForSmt() |
| Modifier and Type | Method and Description |
|---|---|
default void |
Statement.setR451_is_a_ForSmt(ForSmt inst) |
default void |
Variable.setR459_is_iterator_for_ForSmt(ForSmt inst) |
| Modifier and Type | Class and Description |
|---|---|
class |
ForSmtImpl |
| Modifier and Type | Field and Description |
|---|---|
static ForSmt |
ForSmtImpl.EMPTY_FORSMT |
| Modifier and Type | Method and Description |
|---|---|
static ForSmt |
ForSmtImpl.create(Sql context) |
static ForSmt |
ForSmtImpl.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_control_block_number,
String ref_iterator_name,
String ref_iterator_block_number,
String ref_iterable_expression_number) |
ForSmt |
ForSmtSetImpl.nullElement() |
ForSmt |
ForSmtImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) |
ForSmt |
StatementImpl.R451_is_a_ForSmt() |
ForSmt |
VariableImpl.R459_is_iterator_for_ForSmt() |
ForSmt |
ForSmtImpl.self() |
| Modifier and Type | Method and Description |
|---|---|
List<ForSmt> |
ForSmtSetImpl.elements() |
| Modifier and Type | Method and Description |
|---|---|
void |
StatementImpl.setR451_is_a_ForSmt(ForSmt inst) |
void |
VariableImpl.setR459_is_iterator_for_ForSmt(ForSmt inst) |
| Modifier and Type | Method and Description |
|---|---|
ForSmtSet |
ForSmtSetImpl.emptySet(Comparator<? super ForSmt> comp) |
| Constructor and Description |
|---|
ForSmtSetImpl(Comparator<? super ForSmt> comp) |
Copyright © 2021. All rights reserved.