public class DefaultRootContext extends NExprContextBase
rpi| Constructor and Description |
|---|
DefaultRootContext(net.thevpc.nuts.internal.expr.NExprRPI nExprRPI) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.expr.NExprFunction> |
getConstruct(String constructName,
net.thevpc.nuts.expr.NExprNodeValue... args) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.expr.NExprFunction> |
getFunction(String fctName,
net.thevpc.nuts.expr.NExprNodeValue... args) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.expr.NExprOperator> |
getOperator(String opName,
net.thevpc.nuts.expr.NExprOpType type,
net.thevpc.nuts.expr.NExprNodeValue... args) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.expr.NExprVar> |
getVar(String varName) |
net.thevpc.nuts.expr.NExprLiteralMapper |
literalMapper() |
List<net.thevpc.nuts.expr.NExprOperator> |
operators() |
bindLiteral, bindNode, childContext, evalConstruct, evalFunction, evalInfixOperator, evalOperator, evalPostfixOperator, evalPrefixOperator, findCommonInfixOp, findCommonPostfixOp, findCommonPrefixOp, getVarValue, ofDollarInterpolatedString, ofMoustacheInterpolatedString, ofTemplate, parsepublic DefaultRootContext(net.thevpc.nuts.internal.expr.NExprRPI nExprRPI)
public net.thevpc.nuts.expr.NExprLiteralMapper literalMapper()
public net.thevpc.nuts.util.NOptional<net.thevpc.nuts.expr.NExprFunction> getFunction(String fctName, net.thevpc.nuts.expr.NExprNodeValue... args)
getFunction in interface net.thevpc.nuts.expr.NExprContextgetFunction in class NExprContextBasepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.expr.NExprFunction> getConstruct(String constructName, net.thevpc.nuts.expr.NExprNodeValue... args)
getConstruct in interface net.thevpc.nuts.expr.NExprContextgetConstruct in class NExprContextBasepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.expr.NExprOperator> getOperator(String opName, net.thevpc.nuts.expr.NExprOpType type, net.thevpc.nuts.expr.NExprNodeValue... args)
getOperator in interface net.thevpc.nuts.expr.NExprContextgetOperator in class NExprContextBasepublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.expr.NExprVar> getVar(String varName)
getVar in interface net.thevpc.nuts.expr.NExprContextgetVar in class NExprContextBasepublic List<net.thevpc.nuts.expr.NExprOperator> operators()
operators in interface net.thevpc.nuts.expr.NExprContextoperators in class NExprContextBaseCopyright © 2026 vpc open source initiative. All rights reserved.