public class DefaultOpNode extends Object implements net.thevpc.nuts.expr.NExprOpNode
| Constructor and Description |
|---|
DefaultOpNode(String name,
String uniformName,
net.thevpc.nuts.expr.NExprOpType type,
int precedence,
List<net.thevpc.nuts.expr.NExprNode> args) |
| Modifier and Type | Method and Description |
|---|---|
List<net.thevpc.nuts.expr.NExprNode> |
children() |
net.thevpc.nuts.util.NOptional<Object> |
eval(net.thevpc.nuts.expr.NExprContext context) |
net.thevpc.nuts.expr.NExprNode |
getOperand(int index) |
String |
name() |
net.thevpc.nuts.expr.NExprNodeType |
nodeType() |
List<net.thevpc.nuts.expr.NExprNode> |
operands() |
String |
toString() |
String |
uniformName() |
public net.thevpc.nuts.expr.NExprNode getOperand(int index)
getOperand in interface net.thevpc.nuts.expr.NExprOpNodepublic List<net.thevpc.nuts.expr.NExprNode> operands()
operands in interface net.thevpc.nuts.expr.NExprOpNodepublic 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 String uniformName()
uniformName in interface net.thevpc.nuts.expr.NExprOpNodepublic 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.