Uses of Interface
io.ciera.tool.sql.architecture.expression.Promotion
-
Packages that use Promotion Package Description io.ciera.tool io.ciera.tool.sql.architecture.expression io.ciera.tool.sql.architecture.expression.impl -
-
Uses of Promotion in io.ciera.tool
Methods in io.ciera.tool with parameters of type Promotion Modifier and Type Method Description voidSql. relate_R3907_Promotion_promotes_Expression(Promotion form, Expression part)voidSql. relate_R776_Promotion_is_a_Expression(Promotion form, Expression part)voidSqlSqlLoader. serialize_Promotion(Promotion promotion_inst, PrintStream out)voidSql. unrelate_R3907_Promotion_promotes_Expression(Promotion form, Expression part)voidSql. unrelate_R776_Promotion_is_a_Expression(Promotion form, Expression part) -
Uses of Promotion in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return Promotion Modifier and Type Method Description PromotionExpression. R3907_promoted_by_Promotion()PromotionExpression. R776_is_a_Promotion()Methods in io.ciera.tool.sql.architecture.expression with parameters of type Promotion Modifier and Type Method Description default voidExpression. setR3907_promoted_by_Promotion(Promotion inst)default voidExpression. setR776_is_a_Promotion(Promotion inst) -
Uses of Promotion in io.ciera.tool.sql.architecture.expression.impl
Classes in io.ciera.tool.sql.architecture.expression.impl that implement Promotion Modifier and Type Class Description classPromotionImplFields in io.ciera.tool.sql.architecture.expression.impl declared as Promotion Modifier and Type Field Description static PromotionPromotionImpl. EMPTY_PROMOTIONMethods in io.ciera.tool.sql.architecture.expression.impl that return Promotion Modifier and Type Method Description static PromotionPromotionImpl. create(Sql context)static PromotionPromotionImpl. 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_expression_number, String ref_input_expression_number, boolean m_cast)PromotionPromotionSetImpl. nullElement()PromotionPromotionImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)PromotionExpressionImpl. R3907_promoted_by_Promotion()PromotionExpressionImpl. R776_is_a_Promotion()PromotionPromotionImpl. self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type Promotion Modifier and Type Method Description List<Promotion>PromotionSetImpl. elements()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type Promotion Modifier and Type Method Description voidExpressionImpl. setR3907_promoted_by_Promotion(Promotion inst)voidExpressionImpl. setR776_is_a_Promotion(Promotion inst)Method parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type Promotion Modifier and Type Method Description PromotionSetPromotionSetImpl. emptySet(Comparator<? super Promotion> comp)Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type Promotion Constructor Description PromotionSetImpl(Comparator<? super Promotion> comp)
-