Uses of Interface
io.ciera.tool.sql.architecture.expression.UnaryOperation
Packages that use UnaryOperation
Package
Description
-
Uses of UnaryOperation in io.ciera.tool
Methods in io.ciera.tool with parameters of type UnaryOperationModifier and TypeMethodDescriptionvoidSql.relate_R776_UnaryOperation_is_a_Expression(UnaryOperation form, Expression part) voidvoidSqlSqlLoader.serialize_776(UnaryOperation unaryoperation_inst, PrintStream out) voidSqlSqlLoader.serialize_777(UnaryOperation unaryoperation_inst, PrintStream out) voidSqlSqlLoader.serialize_UnaryOperation(UnaryOperation unaryoperation_inst, PrintStream out) voidSql.unrelate_R776_UnaryOperation_is_a_Expression(UnaryOperation form, Expression part) voidSql.unrelate_R777_UnaryOperation_has_single_operand_Expression(UnaryOperation form, Expression part) -
Uses of UnaryOperation in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return UnaryOperationModifier and TypeMethodDescriptionExpression.R776_is_a_UnaryOperation()Expression.R777_is_single_operand_for_UnaryOperation()Methods in io.ciera.tool.sql.architecture.expression with parameters of type UnaryOperationModifier and TypeMethodDescriptiondefault voidExpression.setR776_is_a_UnaryOperation(UnaryOperation inst) default voidExpression.setR777_is_single_operand_for_UnaryOperation(UnaryOperation inst) -
Uses of UnaryOperation in io.ciera.tool.sql.architecture.expression.impl
Classes in io.ciera.tool.sql.architecture.expression.impl that implement UnaryOperationFields in io.ciera.tool.sql.architecture.expression.impl declared as UnaryOperationModifier and TypeFieldDescriptionstatic final UnaryOperationUnaryOperationImpl.EMPTY_UNARYOPERATIONMethods in io.ciera.tool.sql.architecture.expression.impl that return UnaryOperationModifier and TypeMethodDescriptionstatic UnaryOperationstatic UnaryOperationUnaryOperationImpl.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_op_expression_number, String m_operator, boolean m_invocation) static UnaryOperationUnaryOperationImpl.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_op_expression_number, String m_operator, boolean m_invocation) UnaryOperationSetImpl.nullElement()UnaryOperationImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) ExpressionImpl.R776_is_a_UnaryOperation()ExpressionImpl.R777_is_single_operand_for_UnaryOperation()UnaryOperationImpl.self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type UnaryOperationMethods in io.ciera.tool.sql.architecture.expression.impl with parameters of type UnaryOperationModifier and TypeMethodDescriptionvoidExpressionImpl.setR776_is_a_UnaryOperation(UnaryOperation inst) voidExpressionImpl.setR777_is_single_operand_for_UnaryOperation(UnaryOperation inst) Method parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type UnaryOperationModifier and TypeMethodDescriptionUnaryOperationSetImpl.emptySet(Comparator<? super UnaryOperation> comp) Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type UnaryOperation