public class DefaultNExprInterpolatedStrNode extends Object implements net.thevpc.nuts.expr.NExprInterpolatedStrNode
| Constructor and Description |
|---|
DefaultNExprInterpolatedStrNode(String expression) |
| 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 |
getExpression() |
String |
getName() |
net.thevpc.nuts.expr.NExprNodeType |
getType() |
String |
toString() |
public DefaultNExprInterpolatedStrNode(String expression)
public net.thevpc.nuts.expr.NExprNodeType getType()
getType in interface net.thevpc.nuts.expr.NExprNodepublic String getExpression()
getExpression in interface net.thevpc.nuts.expr.NExprInterpolatedStrNodepublic List<net.thevpc.nuts.expr.NExprNode> getChildren()
getChildren in interface net.thevpc.nuts.expr.NExprNodepublic String getName()
getName in interface net.thevpc.nuts.expr.NExprNodepublic 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.