static NExprCallContextImpl |
NExprCallContextImpl.ofConstruct(String name,
List<net.thevpc.nuts.expr.NExprNodeValue> args,
net.thevpc.nuts.expr.NExprContext context) |
static NExprCallContextImpl |
NExprCallContextImpl.ofFunction(String name,
List<net.thevpc.nuts.expr.NExprNodeValue> args,
net.thevpc.nuts.expr.NExprContext context) |
static NExprCallContextImpl |
NExprCallContextImpl.ofOperator(String name,
List<net.thevpc.nuts.expr.NExprNodeValue> args,
net.thevpc.nuts.expr.NExprContext context,
net.thevpc.nuts.expr.NExprOpType operatorType,
int operatorPrecedence,
net.thevpc.nuts.expr.NOperatorAssociativity operatorAssociativity) |