| Package | Description |
|---|---|
| gw.lang.ir.expression |
| Modifier and Type | Method and Description |
|---|---|
static IRArithmeticExpression.Operation |
IRArithmeticExpression.Operation.fromString(String op) |
IRArithmeticExpression.Operation |
IRArithmeticExpression.getOp() |
static IRArithmeticExpression.Operation |
IRArithmeticExpression.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IRArithmeticExpression.Operation[] |
IRArithmeticExpression.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IRArithmeticExpression(IRType type,
IRExpression lhs,
IRExpression rhs,
IRArithmeticExpression.Operation op) |
Copyright © 2018. All rights reserved.