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. |
List<ExprMacroTable.ExprMacro> |
getMacros() |
static ExprMacroTable |
nil() |
public ExprMacroTable(List<ExprMacroTable.ExprMacro> macros)
public static ExprMacroTable nil()
public List<ExprMacroTable.ExprMacro> getMacros()
Copyright © 2011–2018. All rights reserved.