| Package | Description |
|---|---|
| pro.fessional.meepo.poof | |
| pro.fessional.meepo.poof.impl | |
| pro.fessional.meepo.poof.impl.java | |
| pro.fessional.meepo.poof.impl.map |
| Modifier and Type | Field and Description |
|---|---|
static RnaWarmed |
RnaWarmed.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
RnaWarmed |
RngChecker.check(StringBuilder err,
String type,
String expr)
Warm up (check) the same expr only once
|
default @NotNull RnaWarmed |
RnaEngine.warm(@NotNull String type,
@NotNull String expr)
During the parsing phase, warm up the function body, such as syntax checking, pre-compilation, etc.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
RnaEngine.eval(@NotNull Map<String,Object> ctx,
@NotNull RnaWarmed expr,
boolean mute)
Evaluate the function body
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull RnaWarmed |
OsEngine.warm(@NotNull String type,
@NotNull String expr) |
| Modifier and Type | Method and Description |
|---|---|
Object |
UriEngine.eval(@NotNull Map<String,Object> ctx,
@NotNull RnaWarmed expr,
boolean mute) |
Object |
JsEngine.eval(@NotNull Map<String,Object> ctx,
@NotNull RnaWarmed expr,
boolean mute)
Deprecated.
|
@NotNull Object |
OsEngine.eval(@NotNull Map<String,Object> ctx,
@NotNull RnaWarmed expr,
boolean mute) |
Object |
RawEngine.eval(@NotNull Map<String,Object> ctx,
@NotNull RnaWarmed expr,
boolean mute) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull RnaWarmed |
JavaEngine.warm(@NotNull String type,
@NotNull String expr) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JavaEngine.eval(@NotNull Map<String,Object> ctx,
@NotNull RnaWarmed expr,
boolean mute) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull RnaWarmed |
MapEngine.warm(@NotNull String type,
@NotNull String expr) |
static RnaWarmed |
MapHelper.warm(@NotNull String type,
@NotNull String expr) |
| Modifier and Type | Method and Description |
|---|---|
Object |
MapEngine.eval(@NotNull Map<String,Object> ctx,
@NotNull RnaWarmed expr,
boolean mute) |
Copyright © 2024. All rights reserved.