public interface Irtti
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EvalNode> |
callFunction(Context context,
EvalNode node,
String funcName,
List<EvalNode> args) |
CompletableFuture<EvalNode> |
callFunction(Context context,
HistoneType type,
String funcName,
List<EvalNode> args) |
Optional<Function> |
getFunc(HistoneType type,
String funcName) |
void |
register(HistoneType type,
Function func) |
Optional<Function> getFunc(HistoneType type, String funcName)
void register(HistoneType type, Function func)
CompletableFuture<EvalNode> callFunction(Context context, HistoneType type, String funcName, List<EvalNode> args)
Copyright © 2017. All rights reserved.