public class DefaultNExprMoustacheInterpolatedStringNode extends Object implements net.thevpc.nuts.expr.NExprInterpolatedStringNode
| Constructor and Description |
|---|
DefaultNExprMoustacheInterpolatedStringNode(String expression) |
| 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) |
String |
expression() |
String |
name() |
net.thevpc.nuts.expr.NExprNodeType |
nodeType() |
String |
toString() |
public DefaultNExprMoustacheInterpolatedStringNode(String expression)
public net.thevpc.nuts.expr.NExprNodeType nodeType()
nodeType in interface net.thevpc.nuts.expr.NExprNodepublic String expression()
expression in interface net.thevpc.nuts.expr.NExprInterpolatedStringNodepublic List<net.thevpc.nuts.expr.NExprNode> children()
children in interface net.thevpc.nuts.expr.NExprNodepublic String name()
name in interface net.thevpc.nuts.expr.NExprNodepublic net.thevpc.nuts.util.NOptional<Object> eval(net.thevpc.nuts.expr.NExprContext context)
eval in interface net.thevpc.nuts.expr.NExprNodeCopyright © 2026 vpc open source initiative. All rights reserved.