Uses of Interface
io.ciera.tool.sql.architecture.expression.UnaryOperation
-
Packages that use UnaryOperation Package Description io.ciera.tool io.ciera.tool.sql.architecture.expression io.ciera.tool.sql.architecture.expression.impl -
-
Uses of UnaryOperation in io.ciera.tool
Methods in io.ciera.tool with parameters of type UnaryOperation Modifier and Type Method Description voidSql. relate_R776_UnaryOperation_is_a_Expression(UnaryOperation form, Expression part)voidSql. relate_R777_UnaryOperation_has_single_operand_Expression(UnaryOperation form, Expression part)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 UnaryOperation Modifier and Type Method Description UnaryOperationExpression. R776_is_a_UnaryOperation()UnaryOperationExpression. R777_is_single_operand_for_UnaryOperation()Methods in io.ciera.tool.sql.architecture.expression with parameters of type UnaryOperation Modifier and Type Method Description default 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 UnaryOperation Modifier and Type Class Description classUnaryOperationImplFields in io.ciera.tool.sql.architecture.expression.impl declared as UnaryOperation Modifier and Type Field Description static UnaryOperationUnaryOperationImpl. EMPTY_UNARYOPERATIONMethods in io.ciera.tool.sql.architecture.expression.impl that return UnaryOperation Modifier and Type Method Description static UnaryOperationUnaryOperationImpl. create(Sql context)static 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)UnaryOperationUnaryOperationSetImpl. nullElement()UnaryOperationUnaryOperationImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)UnaryOperationExpressionImpl. R776_is_a_UnaryOperation()UnaryOperationExpressionImpl. R777_is_single_operand_for_UnaryOperation()UnaryOperationUnaryOperationImpl. self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type UnaryOperation Modifier and Type Method Description List<UnaryOperation>UnaryOperationSetImpl. elements()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type UnaryOperation Modifier and Type Method Description voidExpressionImpl. 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 UnaryOperation Modifier and Type Method Description UnaryOperationSetUnaryOperationSetImpl. emptySet(Comparator<? super UnaryOperation> comp)Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type UnaryOperation Constructor Description UnaryOperationSetImpl(Comparator<? super UnaryOperation> comp)
-