public class DefaultNExprNodeValue extends Object implements net.thevpc.nuts.expr.NExprNodeValue
| Constructor and Description |
|---|
DefaultNExprNodeValue(net.thevpc.nuts.expr.NExprNode node,
net.thevpc.nuts.expr.NExprDeclarations boundContext) |
| Modifier and Type | Method and Description |
|---|---|
NOptional<Object> |
eval(net.thevpc.nuts.expr.NExprDeclarations context) |
net.thevpc.nuts.expr.NExprDeclarations |
getBoundContext() |
List<net.thevpc.nuts.expr.NExprNode> |
getChildren() |
String |
getName() |
net.thevpc.nuts.expr.NExprNode |
getNode() |
net.thevpc.nuts.expr.NExprNodeType |
getType() |
NOptional<Object> |
getValue() |
String |
toString() |
public DefaultNExprNodeValue(net.thevpc.nuts.expr.NExprNode node, net.thevpc.nuts.expr.NExprDeclarations boundContext)
public NOptional<Object> getValue()
getValue in interface net.thevpc.nuts.expr.NExprNodeValuepublic net.thevpc.nuts.expr.NExprNode getNode()
getNode in interface net.thevpc.nuts.expr.NExprNodeValuepublic net.thevpc.nuts.expr.NExprDeclarations getBoundContext()
public NOptional<Object> eval(net.thevpc.nuts.expr.NExprDeclarations context)
eval in interface net.thevpc.nuts.expr.NExprNodepublic 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.NExprNodeCopyright © 2025 vpc open source initiative. All rights reserved.