public class DefaultFctNode extends Object implements net.thevpc.nuts.NutsExpr.Node
| Constructor and Description |
|---|
DefaultFctNode(String name,
net.thevpc.nuts.NutsExpr.Node[] args) |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(net.thevpc.nuts.NutsExpr context) |
net.thevpc.nuts.NutsExpr.Node |
getArg(int index) |
net.thevpc.nuts.NutsExpr.Node[] |
getArgs() |
net.thevpc.nuts.NutsExpr.Node[] |
getChildren() |
String |
getName() |
net.thevpc.nuts.NutsExpr.NodeType |
getType() |
String |
toString() |
public DefaultFctNode(String name, net.thevpc.nuts.NutsExpr.Node[] args)
public net.thevpc.nuts.NutsExpr.Node getArg(int index)
public net.thevpc.nuts.NutsExpr.Node[] getArgs()
public net.thevpc.nuts.NutsExpr.NodeType getType()
getType in interface net.thevpc.nuts.NutsExpr.Nodepublic net.thevpc.nuts.NutsExpr.Node[] getChildren()
getChildren in interface net.thevpc.nuts.NutsExpr.Nodepublic String getName()
getName in interface net.thevpc.nuts.NutsExpr.Nodepublic Object eval(net.thevpc.nuts.NutsExpr context)
eval in interface net.thevpc.nuts.NutsExpr.NodeCopyright © 2022 vpc open source initiative. All rights reserved.