public class DefaultNExprOpDeclaration extends Object implements net.thevpc.nuts.expr.NExprOperator
| Constructor and Description |
|---|
DefaultNExprOpDeclaration(String name,
net.thevpc.nuts.expr.NExprOpType operatorType,
int operatorPrecedence,
net.thevpc.nuts.expr.NOperatorAssociativity associativity,
net.thevpc.nuts.expr.NExprCallHandler op) |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(net.thevpc.nuts.expr.NExprCallContext callContext) |
String |
name() |
net.thevpc.nuts.expr.NOperatorAssociativity |
operatorAssociativity() |
int |
operatorPrecedence() |
net.thevpc.nuts.expr.NExprOpType |
operatorType() |
String |
toString() |
public DefaultNExprOpDeclaration(String name, net.thevpc.nuts.expr.NExprOpType operatorType, int operatorPrecedence, net.thevpc.nuts.expr.NOperatorAssociativity associativity, net.thevpc.nuts.expr.NExprCallHandler op)
public net.thevpc.nuts.expr.NOperatorAssociativity operatorAssociativity()
operatorAssociativity in interface net.thevpc.nuts.expr.NExprOperatorpublic String name()
name in interface net.thevpc.nuts.expr.NExprOperatorpublic net.thevpc.nuts.expr.NExprOpType operatorType()
operatorType in interface net.thevpc.nuts.expr.NExprOperatorpublic int operatorPrecedence()
operatorPrecedence in interface net.thevpc.nuts.expr.NExprOperatorpublic Object eval(net.thevpc.nuts.expr.NExprCallContext callContext)
eval in interface net.thevpc.nuts.expr.NExprOperatorCopyright © 2026 vpc open source initiative. All rights reserved.