public class NExprChildContextImpl extends NExprContextBase
rpi| Constructor and Description |
|---|
NExprChildContextImpl(NExprRPI nExprRPI,
NExprResolver resolver,
NExprLiteralMapper literalMapper,
NExprContext parent) |
| Modifier and Type | Method and Description |
|---|---|
NOptional<NExprFunction> |
getConstruct(String constructName,
NExprNodeValue... args) |
NOptional<NExprFunction> |
getFunction(String fctName,
NExprNodeValue... args) |
NOptional<NExprOperator> |
getOperator(String opName,
NExprOpType type,
NExprNodeValue... args) |
NOptional<NExprVar> |
getVar(String varName) |
NExprLiteralMapper |
literalMapper() |
List<NExprOperator> |
operators() |
bindLiteral, bindNode, childContext, evalConstruct, evalFunction, evalInfixOperator, evalOperator, evalPostfixOperator, evalPrefixOperator, findCommonInfixOp, findCommonPostfixOp, findCommonPrefixOp, getVarValue, ofDollarInterpolatedString, ofMoustacheInterpolatedString, ofTemplate, parseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic NExprChildContextImpl(NExprRPI nExprRPI, NExprResolver resolver, NExprLiteralMapper literalMapper, NExprContext parent)
public NExprLiteralMapper literalMapper()
public NOptional<NExprFunction> getFunction(String fctName, NExprNodeValue... args)
getFunction in interface NExprContextgetFunction in class NExprContextBasepublic NOptional<NExprFunction> getConstruct(String constructName, NExprNodeValue... args)
getConstruct in interface NExprContextgetConstruct in class NExprContextBasepublic NOptional<NExprOperator> getOperator(String opName, NExprOpType type, NExprNodeValue... args)
getOperator in interface NExprContextgetOperator in class NExprContextBasepublic NOptional<NExprVar> getVar(String varName)
getVar in interface NExprContextgetVar in class NExprContextBasepublic List<NExprOperator> operators()
operators in interface NExprContextoperators in class NExprContextBaseCopyright © 2026 vpc open source initiative. All rights reserved.