public class DefaultIfNode extends Object implements NExprIfNode
| Constructor and Description |
|---|
DefaultIfNode(NExprNode conditionNode,
NExprNode trueNode,
NExprNode falseNode) |
| Modifier and Type | Method and Description |
|---|---|
NOptional<Object> |
eval(NExprDeclarations context) |
List<NExprNode> |
getChildren() |
NExprNode |
getConditionNode() |
NExprNode |
getFalseNode() |
String |
getName() |
NExprNode |
getTrueNode() |
NExprNodeType |
getType() |
String |
toString() |
public NExprNodeType getType()
public List<NExprNode> getChildren()
getChildren in interface NExprNodepublic NExprNode getConditionNode()
getConditionNode in interface NExprIfNodepublic NExprNode getTrueNode()
getTrueNode in interface NExprIfNodepublic NExprNode getFalseNode()
getFalseNode in interface NExprIfNodepublic NOptional<Object> eval(NExprDeclarations context)
Copyright © 2025 vpc open source initiative. All rights reserved.