public class EmptyRootContext extends NExprContextBase
rpi| Constructor and Description |
|---|
EmptyRootContext(NExprRPI nExprRPI) |
| 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) |
List<NExprOperator> |
getOperators() |
NOptional<NExprVar> |
getVar(String varName) |
bindLiteral, bindNode, childContext, evalConstruct, evalFunction, evalInfixOperator, evalOperator, evalPostfixOperator, evalPrefixOperator, findCommonInfixOp, findCommonPostfixOp, findCommonPrefixOp, getVarValue, ofInterpolatedStr, ofTemplate, parseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic EmptyRootContext(NExprRPI nExprRPI)
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> getOperators()
getOperators in interface NExprContextgetOperators in class NExprContextBaseCopyright © 2026 vpc open source initiative. All rights reserved.