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