public class MethodNode extends Object implements Expression
| Constructor and Description |
|---|
MethodNode(Expression target,
String methodName,
List<Expression> args) |
MethodNode(SafeNavigationNode target,
List<Expression> args) |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(Function context)
评估
|
boolean |
isSafe() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitevalpublic MethodNode(SafeNavigationNode target, List<Expression> args)
public MethodNode(Expression target, String methodName, List<Expression> args)
public boolean isSafe()
public Object eval(Function context)
Expressioneval in interface ExpressionCopyright © 2025. All rights reserved.