| 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)
同一expr仅check一次
|
default @NotNull RnaWarmed |
RnaEngine.warm(@NotNull String type,
@NotNull String expr)
解析阶段,方法体预热,如语法检查,预编译等,一个expr应该只warm一次
|
| Modifier and Type | Method and Description |
|---|---|
Object |
RnaEngine.eval(@NotNull Map<String,Object> ctx,
@NotNull RnaWarmed expr,
boolean mute)
对功能体求值
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull RnaWarmed |
OsEngine.warm(@NotNull String type,
@NotNull String expr) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JsEngine.eval(@NotNull Map<String,Object> ctx,
@NotNull RnaWarmed expr,
boolean mute) |
@NotNull Object |
OsEngine.eval(@NotNull Map<String,Object> ctx,
@NotNull RnaWarmed expr,
boolean mute) |
Object |
UriEngine.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 |
|---|---|
static RnaWarmed |
MapHelper.warm(@NotNull String type,
@NotNull String expr) |
@NotNull RnaWarmed |
MapEngine.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 © 2020. All rights reserved.