public class DefaultIfNode extends Object implements net.thevpc.nuts.expr.NExprIfNode
| Constructor and Description |
|---|
DefaultIfNode(net.thevpc.nuts.expr.NExprNode conditionNode,
net.thevpc.nuts.expr.NExprNode trueNode,
net.thevpc.nuts.expr.NExprNode falseNode) |
| Modifier and Type | Method and Description |
|---|---|
List<net.thevpc.nuts.expr.NExprNode> |
children() |
net.thevpc.nuts.expr.NExprNode |
conditionNode() |
net.thevpc.nuts.util.NOptional<Object> |
eval(net.thevpc.nuts.expr.NExprContext context) |
net.thevpc.nuts.expr.NExprNode |
falseNode() |
String |
name() |
net.thevpc.nuts.expr.NExprNodeType |
nodeType() |
String |
toString() |
net.thevpc.nuts.expr.NExprNode |
trueNode() |
public DefaultIfNode(net.thevpc.nuts.expr.NExprNode conditionNode,
net.thevpc.nuts.expr.NExprNode trueNode,
net.thevpc.nuts.expr.NExprNode falseNode)
public net.thevpc.nuts.expr.NExprNodeType nodeType()
nodeType in interface net.thevpc.nuts.expr.NExprNodepublic List<net.thevpc.nuts.expr.NExprNode> children()
children in interface net.thevpc.nuts.expr.NExprNodepublic String name()
name in interface net.thevpc.nuts.expr.NExprNodepublic net.thevpc.nuts.expr.NExprNode conditionNode()
conditionNode in interface net.thevpc.nuts.expr.NExprIfNodepublic net.thevpc.nuts.expr.NExprNode trueNode()
trueNode in interface net.thevpc.nuts.expr.NExprIfNodepublic net.thevpc.nuts.expr.NExprNode falseNode()
falseNode in interface net.thevpc.nuts.expr.NExprIfNodepublic net.thevpc.nuts.util.NOptional<Object> eval(net.thevpc.nuts.expr.NExprContext context)
eval in interface net.thevpc.nuts.expr.NExprNodeCopyright © 2026 vpc open source initiative. All rights reserved.