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.NExprContext boundContext) |
| Modifier and Type | Method and Description |
|---|---|
List<net.thevpc.nuts.expr.NExprNode> |
children() |
net.thevpc.nuts.util.NOptional<Object> |
eval(net.thevpc.nuts.expr.NExprContext context) |
net.thevpc.nuts.expr.NExprContext |
getBoundContext() |
String |
name() |
net.thevpc.nuts.expr.NExprNode |
node() |
net.thevpc.nuts.expr.NExprNodeType |
nodeType() |
String |
toString() |
net.thevpc.nuts.util.NOptional<Object> |
value() |
public DefaultNExprNodeValue(net.thevpc.nuts.expr.NExprNode node,
net.thevpc.nuts.expr.NExprContext boundContext)
public net.thevpc.nuts.util.NOptional<Object> value()
value in interface net.thevpc.nuts.expr.NExprNodeValuepublic net.thevpc.nuts.expr.NExprNode node()
node in interface net.thevpc.nuts.expr.NExprNodeValuepublic net.thevpc.nuts.expr.NExprContext getBoundContext()
public net.thevpc.nuts.util.NOptional<Object> eval(net.thevpc.nuts.expr.NExprContext context)
eval in interface net.thevpc.nuts.expr.NExprNodepublic net.thevpc.nuts.expr.NExprNodeType nodeType()
nodeType in interface net.thevpc.nuts.expr.NExprNodepublic List<net.thevpc.nuts.expr.NExprNode> children()
children in interface net.thevpc.nuts.expr.NExprNodepublic String name()
name in interface net.thevpc.nuts.expr.NExprNodeCopyright © 2026 vpc open source initiative. All rights reserved.