public class DefaultFunctionNode extends Object implements net.thevpc.nuts.expr.NExprFunctionNode
| Constructor and Description |
|---|
DefaultFunctionNode(String name,
net.thevpc.nuts.expr.NExprNode[] args) |
| Modifier and Type | Method and Description |
|---|---|
NOptional<Object> |
eval(net.thevpc.nuts.expr.NExprDeclarations context) |
net.thevpc.nuts.expr.NExprNode |
getArgument(int index) |
List<net.thevpc.nuts.expr.NExprNode> |
getArguments() |
List<net.thevpc.nuts.expr.NExprNode> |
getChildren() |
String |
getName() |
net.thevpc.nuts.expr.NExprNodeType |
getType() |
String |
toString() |
public DefaultFunctionNode(String name, net.thevpc.nuts.expr.NExprNode[] args)
public net.thevpc.nuts.expr.NExprNode getArgument(int index)
getArgument in interface net.thevpc.nuts.expr.NExprFunctionNodepublic List<net.thevpc.nuts.expr.NExprNode> getArguments()
getArguments in interface net.thevpc.nuts.expr.NExprFunctionNodepublic net.thevpc.nuts.expr.NExprNodeType getType()
getType in interface net.thevpc.nuts.expr.NExprNodepublic List<net.thevpc.nuts.expr.NExprNode> getChildren()
getChildren in interface net.thevpc.nuts.expr.NExprNodepublic String getName()
getName in interface net.thevpc.nuts.expr.NExprNodepublic NOptional<Object> eval(net.thevpc.nuts.expr.NExprDeclarations context)
eval in interface net.thevpc.nuts.expr.NExprNodeCopyright © 2025 vpc open source initiative. All rights reserved.