public class VariableNode extends Object implements Expression
| Constructor and Description |
|---|
VariableNode(String name) |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(Function context)
评估
|
String |
getName()
获取字段名
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitevalpublic VariableNode(String name)
public String getName()
public Object eval(Function context)
Expressioneval in interface ExpressionCopyright © 2025. All rights reserved.