| Modifier and Type | Field and Description |
|---|---|
static int |
KIND_FUN |
static int |
KIND_JAVA |
| Constructor and Description |
|---|
JavaEngine() |
| 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.
|
public static final int KIND_JAVA
public static final int KIND_FUN
@NotNull public @NotNull String[] type()
RnaEnginepublic Object eval(@NotNull @NotNull Map<String,Object> ctx, @NotNull @NotNull RnaWarmed expr, boolean mute)
RnaEngine@NotNull public @NotNull RnaEngine fork()
RnaEngineCopyright © 2024. All rights reserved.