Uses of Interface
io.ciera.tool.sql.architecture.statement.VariableInScope
Packages that use VariableInScope
Package
Description
-
Uses of VariableInScope in io.ciera.tool
Methods in io.ciera.tool with parameters of type VariableInScopeModifier and TypeMethodDescriptionvoidSql.relate_R458_VariableInScope_has_in_scope_Variable(VariableInScope form, Variable part) voidvoidSqlSqlLoader.serialize_458(VariableInScope variableinscope_inst, PrintStream out) voidSqlSqlLoader.serialize_VariableInScope(VariableInScope variableinscope_inst, PrintStream out) voidvoid -
Uses of VariableInScope in io.ciera.tool.sql.architecture.invocable
Methods in io.ciera.tool.sql.architecture.invocable with parameters of type VariableInScopeModifier and TypeMethodDescriptiondefault 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 VariableInScopeModifier and TypeMethodDescriptionvoidCodeBlockImpl.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 VariableInScopeModifier and TypeMethodDescriptiondefault 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 VariableInScopeFields in io.ciera.tool.sql.architecture.statement.impl declared as VariableInScopeModifier and TypeFieldDescriptionstatic final VariableInScopeVariableInScopeImpl.EMPTY_VARIABLEINSCOPEMethods in io.ciera.tool.sql.architecture.statement.impl that return VariableInScopeModifier and TypeMethodDescriptionstatic VariableInScopestatic 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) VariableInScopeSetImpl.nullElement()VariableInScopeImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) VariableInScopeImpl.self()Methods in io.ciera.tool.sql.architecture.statement.impl that return types with arguments of type VariableInScopeMethods in io.ciera.tool.sql.architecture.statement.impl with parameters of type VariableInScopeModifier and TypeMethodDescriptionvoidVariableImpl.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 VariableInScopeModifier and TypeMethodDescriptionVariableInScopeSetImpl.emptySet(Comparator<? super VariableInScope> comp) Constructor parameters in io.ciera.tool.sql.architecture.statement.impl with type arguments of type VariableInScope