public class DefaultLiteralNode extends Object implements NExprLiteralNode
| Constructor and Description |
|---|
DefaultLiteralNode(Object lit) |
| Modifier and Type | Method and Description |
|---|---|
List<NExprNode> |
children() |
NOptional<Object> |
eval(NExprContext context) |
String |
name() |
NExprNodeType |
nodeType() |
String |
toString() |
Object |
value() |
public DefaultLiteralNode(Object lit)
public NExprNodeType nodeType()
public Object value()
value in interface NExprLiteralNodepublic NOptional<Object> eval(NExprContext context)
Copyright © 2026 vpc open source initiative. All rights reserved.