| Package | Description |
|---|---|
| io.ciera.tool | |
| io.ciera.tool.sql.architecture.expression | |
| io.ciera.tool.sql.architecture.expression.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
Sql.relate_R776_BinaryOperation_is_a_Expression(BinaryOperation form,
Expression part) |
void |
Sql.relate_R778_BinaryOperation_has_right_Expression(BinaryOperation form,
Expression part) |
void |
Sql.relate_R779_BinaryOperation_has_left_Expression(BinaryOperation form,
Expression part) |
void |
SqlSqlLoader.serialize_BinaryOperation(BinaryOperation binaryoperation_inst,
PrintStream out) |
void |
Sql.unrelate_R776_BinaryOperation_is_a_Expression(BinaryOperation form,
Expression part) |
void |
Sql.unrelate_R778_BinaryOperation_has_right_Expression(BinaryOperation form,
Expression part) |
void |
Sql.unrelate_R779_BinaryOperation_has_left_Expression(BinaryOperation form,
Expression part) |
| Modifier and Type | Method and Description |
|---|---|
BinaryOperation |
Expression.R776_is_a_BinaryOperation() |
BinaryOperation |
Expression.R778_is_right_operand_for_BinaryOperation() |
BinaryOperation |
Expression.R779_is_left_operand_for_BinaryOperation() |
| Modifier and Type | Method and Description |
|---|---|
default void |
Expression.setR776_is_a_BinaryOperation(BinaryOperation inst) |
default void |
Expression.setR778_is_right_operand_for_BinaryOperation(BinaryOperation inst) |
default void |
Expression.setR779_is_left_operand_for_BinaryOperation(BinaryOperation inst) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryOperationImpl |
| Modifier and Type | Field and Description |
|---|---|
static BinaryOperation |
BinaryOperationImpl.EMPTY_BINARYOPERATION |
| Modifier and Type | Method and Description |
|---|---|
static BinaryOperation |
BinaryOperationImpl.create(Sql context) |
static BinaryOperation |
BinaryOperationImpl.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_left_expression_number,
String ref_right_expression_number,
String m_operator,
boolean m_invocation,
boolean m_util) |
BinaryOperation |
BinaryOperationSetImpl.nullElement() |
BinaryOperation |
BinaryOperationImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<BinaryOperation> condition) |
BinaryOperation |
ExpressionImpl.R776_is_a_BinaryOperation() |
BinaryOperation |
ExpressionImpl.R778_is_right_operand_for_BinaryOperation() |
BinaryOperation |
ExpressionImpl.R779_is_left_operand_for_BinaryOperation() |
BinaryOperation |
BinaryOperationImpl.self() |
BinaryOperation |
BinaryOperationImpl.value() |
| Modifier and Type | Method and Description |
|---|---|
List<BinaryOperation> |
BinaryOperationSetImpl.elements() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionImpl.setR776_is_a_BinaryOperation(BinaryOperation inst) |
void |
ExpressionImpl.setR778_is_right_operand_for_BinaryOperation(BinaryOperation inst) |
void |
ExpressionImpl.setR779_is_left_operand_for_BinaryOperation(BinaryOperation inst) |
| Modifier and Type | Method and Description |
|---|---|
BinaryOperation |
BinaryOperationImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<BinaryOperation> condition) |
Copyright © 2019. All rights reserved.