public class DefaultNExprInterpolatedStrNode extends Object implements NExprInterpolatedStrNode
| Constructor and Description |
|---|
DefaultNExprInterpolatedStrNode(String expression) |
| Modifier and Type | Method and Description |
|---|---|
NOptional<Object> |
eval(NExprDeclarations context) |
List<NExprNode> |
getChildren() |
String |
getExpression() |
String |
getName() |
NExprNodeType |
getType() |
String |
toString() |
public DefaultNExprInterpolatedStrNode(String expression)
public NExprNodeType getType()
public String getExpression()
getExpression in interface NExprInterpolatedStrNodepublic List<NExprNode> getChildren()
getChildren in interface NExprNodepublic NOptional<Object> eval(NExprDeclarations context)
Copyright © 2025 vpc open source initiative. All rights reserved.