| Package | Description |
|---|---|
| fr.insalyon.citi.golo.compiler.ir |
(this is an internal API)
|
| fr.insalyon.citi.golo.runtime |
(this is an internal API)
|
| Modifier and Type | Method and Description |
|---|---|
OperatorType |
UnaryOperation.getType() |
OperatorType |
BinaryOperation.getType() |
| Constructor and Description |
|---|
BinaryOperation(OperatorType type,
ExpressionStatement leftExpression,
ExpressionStatement rightExpression) |
UnaryOperation(OperatorType type,
ExpressionStatement expressionStatement) |
| Modifier and Type | Method and Description |
|---|---|
static OperatorType |
OperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorType[] |
OperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.