public abstract class AbstractOp extends Object implements NExprOp
| Constructor and Description |
|---|
AbstractOp(String name,
int precedence,
NExprOpAssociativity associativity,
NExprOpType type) |
| Modifier and Type | Method and Description |
|---|---|
NExprOpAssociativity |
getAssociativity() |
String |
getName() |
NExprOpType |
getOpType() |
int |
getPrecedence() |
NExprOpType |
getType() |
public AbstractOp(String name, int precedence, NExprOpAssociativity associativity, NExprOpType type)
public NExprOpType getOpType()
public int getPrecedence()
getPrecedence in interface NExprOppublic NExprOpType getType()
public String getName()
public NExprOpAssociativity getAssociativity()
getAssociativity in interface NExprOpCopyright © 2025 vpc open source initiative. All rights reserved.