public class ExprMacroTable extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExprMacroTable.ExprMacro |
| Constructor and Description |
|---|
ExprMacroTable(List<ExprMacroTable.ExprMacro> macros) |
| Modifier and Type | Method and Description |
|---|---|
Expr |
get(String functionName,
List<Expr> args)
Returns an expr corresponding to a function call if this table has an entry for
functionName. |
static ExprMacroTable |
nil() |
public ExprMacroTable(List<ExprMacroTable.ExprMacro> macros)
public static ExprMacroTable nil()
Copyright © 2011–2017. All rights reserved.