| Package | Description |
|---|---|
| org.clafer.ir |
This package provides the IR used as in intermediate language during
compilation.
|
| Modifier and Type | Method and Description |
|---|---|
IrCompare.Op |
IrCompare.getOp() |
static IrCompare.Op |
IrCompare.Op.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IrCompare.Op[] |
IrCompare.Op.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static IrBoolExpr |
Irs.compare(int left,
IrCompare.Op op,
IrIntExpr right) |
static IrBoolExpr |
Irs.compare(IrIntExpr left,
IrCompare.Op op,
int right) |
static IrBoolExpr |
Irs.compare(IrIntExpr left,
IrCompare.Op op,
IrIntExpr right) |
Copyright © 2013. All Rights Reserved.