public class DefaultLiteralNode extends Object implements net.thevpc.nuts.NutsExpr.Node
| Constructor and Description |
|---|
DefaultLiteralNode(Object lit) |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(net.thevpc.nuts.NutsExpr context) |
net.thevpc.nuts.NutsExpr.Node[] |
getChildren() |
String |
getName() |
net.thevpc.nuts.NutsExpr.NodeType |
getType() |
String |
toString() |
public DefaultLiteralNode(Object lit)
public net.thevpc.nuts.NutsExpr.NodeType getType()
getType in interface net.thevpc.nuts.NutsExpr.Nodepublic net.thevpc.nuts.NutsExpr.Node[] getChildren()
getChildren in interface net.thevpc.nuts.NutsExpr.Nodepublic String getName()
getName in interface net.thevpc.nuts.NutsExpr.Nodepublic Object eval(net.thevpc.nuts.NutsExpr context)
eval in interface net.thevpc.nuts.NutsExpr.NodeCopyright © 2022 vpc open source initiative. All rights reserved.