public class TemplateNode extends Object implements Expression<String>
| Constructor and Description |
|---|
TemplateNode(List<TemplateFragment> fragments) |
| Modifier and Type | Method and Description |
|---|---|
String |
eval(Function context)
评估
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevalpublic TemplateNode(List<TemplateFragment> fragments)
public String eval(Function context)
Expressioneval in interface Expression<String>Copyright © 2025. All rights reserved.