| 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_UnaryOperation_is_a_Expression(UnaryOperation form,
Expression part) |
void |
Sql.relate_R777_UnaryOperation_has_single_operand_Expression(UnaryOperation form,
Expression part) |
void |
SqlSqlLoader.serialize_UnaryOperation(UnaryOperation unaryoperation_inst,
PrintStream out) |
void |
Sql.unrelate_R776_UnaryOperation_is_a_Expression(UnaryOperation form,
Expression part) |
void |
Sql.unrelate_R777_UnaryOperation_has_single_operand_Expression(UnaryOperation form,
Expression part) |
| Modifier and Type | Method and Description |
|---|---|
UnaryOperation |
Expression.R776_is_a_UnaryOperation() |
UnaryOperation |
Expression.R777_is_single_operand_for_UnaryOperation() |
| Modifier and Type | Method and Description |
|---|---|
default void |
Expression.setR776_is_a_UnaryOperation(UnaryOperation inst) |
default void |
Expression.setR777_is_single_operand_for_UnaryOperation(UnaryOperation inst) |
| Modifier and Type | Class and Description |
|---|---|
class |
UnaryOperationImpl |
| Modifier and Type | Field and Description |
|---|---|
static UnaryOperation |
UnaryOperationImpl.EMPTY_UNARYOPERATION |
| Modifier and Type | Method and Description |
|---|---|
static UnaryOperation |
UnaryOperationImpl.create(Sql context) |
static UnaryOperation |
UnaryOperationImpl.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) |
UnaryOperation |
UnaryOperationSetImpl.nullElement() |
UnaryOperation |
UnaryOperationImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<UnaryOperation> condition) |
UnaryOperation |
ExpressionImpl.R776_is_a_UnaryOperation() |
UnaryOperation |
ExpressionImpl.R777_is_single_operand_for_UnaryOperation() |
UnaryOperation |
UnaryOperationImpl.self() |
UnaryOperation |
UnaryOperationImpl.value() |
| Modifier and Type | Method and Description |
|---|---|
List<UnaryOperation> |
UnaryOperationSetImpl.elements() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionImpl.setR776_is_a_UnaryOperation(UnaryOperation inst) |
void |
ExpressionImpl.setR777_is_single_operand_for_UnaryOperation(UnaryOperation inst) |
| Modifier and Type | Method and Description |
|---|---|
UnaryOperationSet |
UnaryOperationSetImpl.emptySet(Comparator<? super UnaryOperation> comp) |
UnaryOperation |
UnaryOperationImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<UnaryOperation> condition) |
| Constructor and Description |
|---|
UnaryOperationSetImpl(Comparator<? super UnaryOperation> comp) |
Copyright © 2020. All rights reserved.