public interface Parser<T>
| Modifier and Type | Method and Description |
|---|---|
default Expression<T> |
parse(String expr)
解析(带缓存)
|
Expression<T> |
parse(String expr,
boolean cached)
解析
|
Expression<T> parse(String expr, boolean cached)
expr - 表达式cached - 是否缓存default Expression<T> parse(String expr)
expr - 表达式Copyright © 2025. All rights reserved.