Uses of Interface
io.ciera.tool.sql.architecture.expression.Promotion
Packages that use Promotion
Package
Description
-
Uses of Promotion in io.ciera.tool
Methods in io.ciera.tool with parameters of type PromotionModifier and TypeMethodDescriptionvoidSql.relate_R3907_Promotion_promotes_Expression(Promotion form, Expression part) voidSql.relate_R776_Promotion_is_a_Expression(Promotion form, Expression part) voidSqlSqlLoader.serialize_3907(Promotion promotion_inst, PrintStream out) voidSqlSqlLoader.serialize_776(Promotion promotion_inst, PrintStream out) 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 PromotionModifier and TypeMethodDescriptionExpression.R3907_promoted_by_Promotion()Expression.R776_is_a_Promotion()Methods in io.ciera.tool.sql.architecture.expression with parameters of type PromotionModifier and TypeMethodDescriptiondefault 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 PromotionFields in io.ciera.tool.sql.architecture.expression.impl declared as PromotionMethods in io.ciera.tool.sql.architecture.expression.impl that return PromotionModifier and TypeMethodDescriptionstatic Promotionstatic 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) static PromotionPromotionImpl.create(Sql context, 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) PromotionSetImpl.nullElement()PromotionImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) ExpressionImpl.R3907_promoted_by_Promotion()ExpressionImpl.R776_is_a_Promotion()PromotionImpl.self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type PromotionMethods in io.ciera.tool.sql.architecture.expression.impl with parameters of type PromotionModifier and TypeMethodDescriptionvoidExpressionImpl.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 PromotionConstructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type Promotion