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