Uses of Interface
io.ciera.tool.sql.architecture.expression.Selected
-
Packages that use Selected Package Description io.ciera.tool io.ciera.tool.sql.architecture.expression io.ciera.tool.sql.architecture.expression.impl -
-
Uses of Selected in io.ciera.tool
Methods in io.ciera.tool with parameters of type Selected Modifier and Type Method Description voidSql. relate_R776_Selected_is_a_Expression(Selected form, Expression part)voidSqlSqlLoader. serialize_Selected(Selected selected_inst, PrintStream out)voidSql. unrelate_R776_Selected_is_a_Expression(Selected form, Expression part) -
Uses of Selected in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return Selected Modifier and Type Method Description SelectedExpression. R776_is_a_Selected()Methods in io.ciera.tool.sql.architecture.expression with parameters of type Selected Modifier and Type Method Description default voidExpression. setR776_is_a_Selected(Selected inst) -
Uses of Selected in io.ciera.tool.sql.architecture.expression.impl
Classes in io.ciera.tool.sql.architecture.expression.impl that implement Selected Modifier and Type Class Description classSelectedImplFields in io.ciera.tool.sql.architecture.expression.impl declared as Selected Modifier and Type Field Description static SelectedSelectedImpl. EMPTY_SELECTEDMethods in io.ciera.tool.sql.architecture.expression.impl that return Selected Modifier and Type Method Description static SelectedSelectedImpl. create(Sql context)static SelectedSelectedImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_parent_name, String ref_parent_package, String ref_name, String ref_block_number, String ref_statement_number, String ref_expression_number, String m_cast)SelectedSelectedSetImpl. nullElement()SelectedSelectedImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)SelectedExpressionImpl. R776_is_a_Selected()SelectedSelectedImpl. self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type Selected Modifier and Type Method Description List<Selected>SelectedSetImpl. elements()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type Selected Modifier and Type Method Description voidExpressionImpl. setR776_is_a_Selected(Selected inst)Method parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type Selected Modifier and Type Method Description SelectedSetSelectedSetImpl. emptySet(Comparator<? super Selected> comp)Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type Selected Constructor Description SelectedSetImpl(Comparator<? super Selected> comp)
-