public class DefaultNExprOpDeclaration extends Object implements net.thevpc.nuts.expr.NExprOpDeclaration
| Constructor and Description |
|---|
DefaultNExprOpDeclaration(String name,
net.thevpc.nuts.expr.NExprOp op) |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(List<net.thevpc.nuts.expr.NExprNodeValue> args,
net.thevpc.nuts.expr.NExprDeclarations context) |
net.thevpc.nuts.expr.NExprOpAssociativity |
getAssociativity() |
String |
getName() |
int |
getPrecedence() |
net.thevpc.nuts.expr.NExprOpType |
getType() |
String |
toString() |
public DefaultNExprOpDeclaration(String name, net.thevpc.nuts.expr.NExprOp op)
public net.thevpc.nuts.expr.NExprOpAssociativity getAssociativity()
getAssociativity in interface net.thevpc.nuts.expr.NExprOpDeclarationpublic String getName()
getName in interface net.thevpc.nuts.expr.NExprOpDeclarationpublic net.thevpc.nuts.expr.NExprOpType getType()
getType in interface net.thevpc.nuts.expr.NExprOpDeclarationpublic int getPrecedence()
getPrecedence in interface net.thevpc.nuts.expr.NExprOpDeclarationpublic Object eval(List<net.thevpc.nuts.expr.NExprNodeValue> args, net.thevpc.nuts.expr.NExprDeclarations context)
eval in interface net.thevpc.nuts.expr.NExprOpDeclarationCopyright © 2025 vpc open source initiative. All rights reserved.