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