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