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