Package | Description |
---|---|
org.clafer.ir |
This package provides the IR used as in intermediate language during
compilation.
|
Modifier and Type | Class and Description |
---|---|
class |
IrBoolConstant |
class |
IrBoolVar |
class |
IrIntConstant |
class |
IrIntVar |
class |
IrSetConstant |
class |
IrSetVar |
Modifier and Type | Method and Description |
---|---|
Set<IrVar> |
IrModule.getVariables() |
Modifier and Type | Method and Description |
---|---|
IrModule |
IrModule.addVariable(IrVar var) |
IrModule |
IrModule.addVariables(IrVar... vars) |
Modifier and Type | Method and Description |
---|---|
IrModule |
IrModule.addVariables(Iterable<? extends IrVar> vars) |
Copyright © 2013. All Rights Reserved.