Package | Description |
---|---|
sirius.tagliatelle.expression |
Modifier and Type | Field and Description |
---|---|
protected Operator |
RelationalIntOperation.operator |
protected Operator |
IntOperation.operator |
Modifier and Type | Method and Description |
---|---|
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IntOperation(Operator operator,
Expression leftExpression,
Expression rightExpression)
Creates a new operation with the given operator and operands.
|
RelationalIntOperation(Operator operator,
Expression leftExpression,
Expression rightExpression)
Creates a new instance for the given operator and operands.
|
Copyright © 2018. All rights reserved.