public abstract class AbstractOp extends Object implements net.thevpc.nuts.expr.NExprOp
| Constructor and Description |
|---|
AbstractOp(String name,
int precedence,
net.thevpc.nuts.expr.NExprOpAssociativity associativity,
net.thevpc.nuts.expr.NExprOpType type) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.expr.NExprOpAssociativity |
getAssociativity() |
String |
getName() |
net.thevpc.nuts.expr.NExprOpType |
getOpType() |
int |
getPrecedence() |
net.thevpc.nuts.expr.NExprOpType |
getType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevalpublic AbstractOp(String name, int precedence, net.thevpc.nuts.expr.NExprOpAssociativity associativity, net.thevpc.nuts.expr.NExprOpType type)
public net.thevpc.nuts.expr.NExprOpType getOpType()
public int getPrecedence()
getPrecedence in interface net.thevpc.nuts.expr.NExprOppublic net.thevpc.nuts.expr.NExprOpType getType()
getType in interface net.thevpc.nuts.expr.NExprOppublic String getName()
public net.thevpc.nuts.expr.NExprOpAssociativity getAssociativity()
getAssociativity in interface net.thevpc.nuts.expr.NExprOpCopyright © 2025 vpc open source initiative. All rights reserved.