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