public class TableGenerator
extends java.lang.Object
| Constructor and Description |
|---|
TableGenerator(java.util.List<? extends IIterator<IExpr>> iterList,
IAST prototypeList,
IArrayFunction function) |
TableGenerator(java.util.List<? extends IIterator<IExpr>> iterList,
IAST prototypeList,
IArrayFunction function,
IExpr defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
IExpr |
table() |
public TableGenerator(java.util.List<? extends IIterator<IExpr>> iterList, IAST prototypeList, IArrayFunction function)
public TableGenerator(java.util.List<? extends IIterator<IExpr>> iterList, IAST prototypeList, IArrayFunction function, IExpr defaultValue)
public IExpr table()