| Constructor and Description |
|---|
MapEngine() |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(@NotNull Map<String,Object> ctx,
@NotNull RnaWarmed expr,
boolean mute)
Evaluate the function body
|
@NotNull RnaEngine |
fork()
Create a new engine.
|
@NotNull String[] |
type()
Types can be executed by this engine.
|
@NotNull RnaWarmed |
warm(@NotNull String type,
@NotNull String expr)
During the parsing phase, warm up the function body, such as syntax checking, pre-compilation, etc.
|
@NotNull public @NotNull String[] type()
RnaEngine@NotNull public @NotNull RnaWarmed warm(@NotNull @NotNull String type, @NotNull @NotNull String expr)
RnaEnginepublic Object eval(@NotNull @NotNull Map<String,Object> ctx, @NotNull @NotNull RnaWarmed expr, boolean mute)
RnaEngineCopyright © 2024. All rights reserved.