Uses of Interface
io.ciera.tool.sql.architecture.expression.EventCreation
Packages that use EventCreation
Package
Description
-
Uses of EventCreation in io.ciera.tool
Methods in io.ciera.tool with parameters of type EventCreationModifier and TypeMethodDescriptionvoidSql.relate_R3902_EventCreation_has_target_Expression(EventCreation form, Expression part) voidSql.relate_R3903_EventCreation_has_base_Expression(EventCreation form, Expression part) voidSql.relate_R776_EventCreation_is_a_Expression(EventCreation form, Expression part) voidSqlSqlLoader.serialize_3902(EventCreation eventcreation_inst, PrintStream out) voidSqlSqlLoader.serialize_3903(EventCreation eventcreation_inst, PrintStream out) voidSqlSqlLoader.serialize_776(EventCreation eventcreation_inst, PrintStream out) voidSqlSqlLoader.serialize_EventCreation(EventCreation eventcreation_inst, PrintStream out) voidvoidSql.unrelate_R3903_EventCreation_has_base_Expression(EventCreation form, Expression part) voidSql.unrelate_R776_EventCreation_is_a_Expression(EventCreation form, Expression part) -
Uses of EventCreation in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return EventCreationModifier and TypeMethodDescriptionExpression.R3902_EventCreation()Expression.R3903_EventCreation()Expression.R776_is_a_EventCreation()Methods in io.ciera.tool.sql.architecture.expression with parameters of type EventCreationModifier and TypeMethodDescriptiondefault voidExpression.setR3902_EventCreation(EventCreation inst) default voidExpression.setR3903_EventCreation(EventCreation inst) default voidExpression.setR776_is_a_EventCreation(EventCreation inst) -
Uses of EventCreation in io.ciera.tool.sql.architecture.expression.impl
Classes in io.ciera.tool.sql.architecture.expression.impl that implement EventCreationFields in io.ciera.tool.sql.architecture.expression.impl declared as EventCreationModifier and TypeFieldDescriptionstatic final EventCreationEventCreationImpl.EMPTY_EVENTCREATIONMethods in io.ciera.tool.sql.architecture.expression.impl that return EventCreationModifier and TypeMethodDescriptionstatic EventCreationstatic EventCreationEventCreationImpl.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_target_expression_number, String ref_evt_expression_number, boolean m_to_self) static EventCreationEventCreationImpl.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_target_expression_number, String ref_evt_expression_number, boolean m_to_self) EventCreationSetImpl.nullElement()EventCreationImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) ExpressionImpl.R3902_EventCreation()ExpressionImpl.R3903_EventCreation()ExpressionImpl.R776_is_a_EventCreation()EventCreationImpl.self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type EventCreationMethods in io.ciera.tool.sql.architecture.expression.impl with parameters of type EventCreationModifier and TypeMethodDescriptionvoidExpressionImpl.setR3902_EventCreation(EventCreation inst) voidExpressionImpl.setR3903_EventCreation(EventCreation inst) voidExpressionImpl.setR776_is_a_EventCreation(EventCreation inst) Method parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type EventCreationModifier and TypeMethodDescriptionEventCreationSetImpl.emptySet(Comparator<? super EventCreation> comp) Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type EventCreation