public class DefaultFunctionNode extends Object implements NExprFunctionNode
| Constructor and Description |
|---|
DefaultFunctionNode(String name,
NExprNode[] args) |
| Modifier and Type | Method and Description |
|---|---|
List<NExprNode> |
children() |
NOptional<Object> |
eval(NExprContext context) |
NExprNode |
getArgument(int index) |
List<NExprNode> |
getArguments() |
String |
name() |
NExprNodeType |
nodeType() |
String |
toString() |
public NExprNode getArgument(int index)
getArgument in interface NExprFunctionNodepublic List<NExprNode> getArguments()
getArguments in interface NExprFunctionNodepublic NExprNodeType nodeType()
public NOptional<Object> eval(NExprContext context)
Copyright © 2026 vpc open source initiative. All rights reserved.