public class DefaultNExprOpDeclaration extends Object implements NExprOperator
| Constructor and Description |
|---|
DefaultNExprOpDeclaration(String name,
NExprOpType operatorType,
int operatorPrecedence,
NOperatorAssociativity associativity,
NExprCallHandler op) |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(NExprCallContext callContext) |
String |
name() |
NOperatorAssociativity |
operatorAssociativity() |
int |
operatorPrecedence() |
NExprOpType |
operatorType() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitofpublic DefaultNExprOpDeclaration(String name, NExprOpType operatorType, int operatorPrecedence, NOperatorAssociativity associativity, NExprCallHandler op)
public NOperatorAssociativity operatorAssociativity()
operatorAssociativity in interface NExprOperatorpublic String name()
name in interface NExprOperatorpublic NExprOpType operatorType()
operatorType in interface NExprOperatorpublic int operatorPrecedence()
operatorPrecedence in interface NExprOperatorpublic Object eval(NExprCallContext callContext)
eval in interface NExprOperatorCopyright © 2026 vpc open source initiative. All rights reserved.