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