public class NExprCallContextImpl extends Object implements NExprCallContext
| Constructor and Description |
|---|
NExprCallContextImpl(String name,
List<NExprNodeValue> args,
NExprContext context,
NExprCallContextType contextType,
NExprOpType operatorType,
int operatorPrecedence,
NOperatorAssociativity operatorAssociativity) |
| Modifier and Type | Method and Description |
|---|---|
NOptional<NExprNodeValue> |
arg(int index) |
List<NExprNodeValue> |
args() |
NExprContext |
context() |
NExprCallContextType |
contextType() |
String |
name() |
static NExprCallContextImpl |
ofConstruct(String name,
List<NExprNodeValue> args,
NExprContext context) |
static NExprCallContextImpl |
ofFunction(String name,
List<NExprNodeValue> args,
NExprContext context) |
static NExprCallContextImpl |
ofOperator(String name,
List<NExprNodeValue> args,
NExprContext context,
NExprOpType operatorType,
int operatorPrecedence,
NOperatorAssociativity operatorAssociativity) |
NOperatorAssociativity |
operatorAssociativity() |
int |
operatorPrecedence() |
NExprOpType |
operatorType() |
public NExprCallContextImpl(String name, List<NExprNodeValue> args, NExprContext context, NExprCallContextType contextType, NExprOpType operatorType, int operatorPrecedence, NOperatorAssociativity operatorAssociativity)
public static NExprCallContextImpl ofFunction(String name, List<NExprNodeValue> args, NExprContext context)
public static NExprCallContextImpl ofConstruct(String name, List<NExprNodeValue> args, NExprContext context)
public static NExprCallContextImpl ofOperator(String name, List<NExprNodeValue> args, NExprContext context, NExprOpType operatorType, int operatorPrecedence, NOperatorAssociativity operatorAssociativity)
public String name()
name in interface NExprCallContextpublic List<NExprNodeValue> args()
args in interface NExprCallContextpublic NOptional<NExprNodeValue> arg(int index)
arg in interface NExprCallContextpublic NExprContext context()
context in interface NExprCallContextpublic NExprCallContextType contextType()
contextType in interface NExprCallContextpublic NExprOpType operatorType()
operatorType in interface NExprCallContextpublic int operatorPrecedence()
operatorPrecedence in interface NExprCallContextpublic NOperatorAssociativity operatorAssociativity()
operatorAssociativity in interface NExprCallContextCopyright © 2026 vpc open source initiative. All rights reserved.