public class DefaultWordNode extends Object implements net.thevpc.nuts.expr.NExprWordNode
| Constructor and Description |
|---|
DefaultWordNode(String name) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.util.NOptional<Object> |
eval(net.thevpc.nuts.expr.NExprDeclarations context) |
List<net.thevpc.nuts.expr.NExprNode> |
getChildren() |
String |
getName() |
net.thevpc.nuts.expr.NExprNodeType |
getType() |
String |
toString() |
public DefaultWordNode(String name)
public 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.NExprNodegetName in interface net.thevpc.nuts.expr.NExprWordNodepublic net.thevpc.nuts.util.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.