| Modifier and Type | Method and Description |
|---|---|
void |
Sql.relate_R458_VariableInScope_has_in_scope_Variable(VariableInScope form,
Variable part) |
void |
Sql.relate_R458_VariableInScope_is_in_scope_for_CodeBlock(VariableInScope form,
CodeBlock part) |
void |
SqlSqlLoader.serialize_VariableInScope(VariableInScope variableinscope_inst,
PrintStream out) |
void |
Sql.unrelate_R458_VariableInScope_has_in_scope_Variable(VariableInScope form,
Variable part) |
void |
Sql.unrelate_R458_VariableInScope_is_in_scope_for_CodeBlock(VariableInScope form,
CodeBlock part) |
| Modifier and Type | Method and Description |
|---|---|
default void |
CodeBlock.addR458_has_in_scope_VariableInScope(VariableInScope inst) |
default void |
CodeBlock.removeR458_has_in_scope_VariableInScope(VariableInScope inst) |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeBlockImpl.addR458_has_in_scope_VariableInScope(VariableInScope inst) |
void |
CodeBlockImpl.removeR458_has_in_scope_VariableInScope(VariableInScope inst) |
| Modifier and Type | Method and Description |
|---|---|
default void |
Variable.addR458_is_in_scope_for_VariableInScope(VariableInScope inst) |
default void |
Variable.removeR458_is_in_scope_for_VariableInScope(VariableInScope inst) |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableInScopeImpl |
| Modifier and Type | Field and Description |
|---|---|
static VariableInScope |
VariableInScopeImpl.EMPTY_VARIABLEINSCOPE |
| Modifier and Type | Method and Description |
|---|---|
static VariableInScope |
VariableInScopeImpl.create(Sql context) |
static VariableInScope |
VariableInScopeImpl.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_var_block_number,
String ref_var_name) |
VariableInScope |
VariableInScopeSetImpl.nullElement() |
VariableInScope |
VariableInScopeImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<VariableInScope> condition) |
VariableInScope |
VariableInScopeImpl.self() |
VariableInScope |
VariableInScopeImpl.value() |
| Modifier and Type | Method and Description |
|---|---|
List<VariableInScope> |
VariableInScopeSetImpl.elements() |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableImpl.addR458_is_in_scope_for_VariableInScope(VariableInScope inst) |
void |
VariableImpl.removeR458_is_in_scope_for_VariableInScope(VariableInScope inst) |
| Modifier and Type | Method and Description |
|---|---|
VariableInScopeSet |
VariableInScopeSetImpl.emptySet(Comparator<? super VariableInScope> comp) |
VariableInScope |
VariableInScopeImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<VariableInScope> condition) |
| Constructor and Description |
|---|
VariableInScopeSetImpl(Comparator<? super VariableInScope> comp) |
Copyright © 2019. All rights reserved.