Uses of Interface
io.ciera.tool.sql.architecture.statement.VariableInScope
-
-
Uses of VariableInScope in io.ciera.tool
Methods in io.ciera.tool with parameters of type VariableInScope Modifier and Type Method Description voidSql. relate_R458_VariableInScope_has_in_scope_Variable(VariableInScope form, Variable part)voidSql. relate_R458_VariableInScope_is_in_scope_for_CodeBlock(VariableInScope form, CodeBlock part)voidSqlSqlLoader. serialize_458(VariableInScope variableinscope_inst, PrintStream out)voidSqlSqlLoader. serialize_VariableInScope(VariableInScope variableinscope_inst, PrintStream out)voidSql. unrelate_R458_VariableInScope_has_in_scope_Variable(VariableInScope form, Variable part)voidSql. unrelate_R458_VariableInScope_is_in_scope_for_CodeBlock(VariableInScope form, CodeBlock part) -
Uses of VariableInScope in io.ciera.tool.sql.architecture.invocable
Methods in io.ciera.tool.sql.architecture.invocable with parameters of type VariableInScope Modifier and Type Method Description default voidCodeBlock. addR458_has_in_scope_VariableInScope(VariableInScope inst)default voidCodeBlock. removeR458_has_in_scope_VariableInScope(VariableInScope inst) -
Uses of VariableInScope in io.ciera.tool.sql.architecture.invocable.impl
Methods in io.ciera.tool.sql.architecture.invocable.impl with parameters of type VariableInScope Modifier and Type Method Description voidCodeBlockImpl. addR458_has_in_scope_VariableInScope(VariableInScope inst)voidCodeBlockImpl. removeR458_has_in_scope_VariableInScope(VariableInScope inst) -
Uses of VariableInScope in io.ciera.tool.sql.architecture.statement
Methods in io.ciera.tool.sql.architecture.statement with parameters of type VariableInScope Modifier and Type Method Description default voidVariable. addR458_is_in_scope_for_VariableInScope(VariableInScope inst)default voidVariable. removeR458_is_in_scope_for_VariableInScope(VariableInScope inst) -
Uses of VariableInScope in io.ciera.tool.sql.architecture.statement.impl
Classes in io.ciera.tool.sql.architecture.statement.impl that implement VariableInScope Modifier and Type Class Description classVariableInScopeImplFields in io.ciera.tool.sql.architecture.statement.impl declared as VariableInScope Modifier and Type Field Description static VariableInScopeVariableInScopeImpl. EMPTY_VARIABLEINSCOPEMethods in io.ciera.tool.sql.architecture.statement.impl that return VariableInScope Modifier and Type Method Description static VariableInScopeVariableInScopeImpl. create(Sql context)static VariableInScopeVariableInScopeImpl. 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)static VariableInScopeVariableInScopeImpl. create(Sql context, 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)VariableInScopeVariableInScopeSetImpl. nullElement()VariableInScopeVariableInScopeImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)VariableInScopeVariableInScopeImpl. self()Methods in io.ciera.tool.sql.architecture.statement.impl that return types with arguments of type VariableInScope Modifier and Type Method Description List<VariableInScope>VariableInScopeSetImpl. elements()Methods in io.ciera.tool.sql.architecture.statement.impl with parameters of type VariableInScope Modifier and Type Method Description voidVariableImpl. addR458_is_in_scope_for_VariableInScope(VariableInScope inst)voidVariableImpl. removeR458_is_in_scope_for_VariableInScope(VariableInScope inst)Method parameters in io.ciera.tool.sql.architecture.statement.impl with type arguments of type VariableInScope Modifier and Type Method Description VariableInScopeSetVariableInScopeSetImpl. emptySet(Comparator<? super VariableInScope> comp)Constructor parameters in io.ciera.tool.sql.architecture.statement.impl with type arguments of type VariableInScope Constructor Description VariableInScopeSetImpl(Comparator<? super VariableInScope> comp)
-