public class ExprOpHelper extends Object
| Constructor and Description |
|---|
ExprOpHelper() |
| Modifier and Type | Method and Description |
|---|---|
static net.thevpc.nuts.expr.NOperatorAssociativity |
resolveOpDefaultAssociativity(String name,
net.thevpc.nuts.expr.NExprOpType type,
net.thevpc.nuts.expr.NOperatorAssociativity associativity) |
static net.thevpc.nuts.expr.NExprOpType |
resolveOpDefaultType(String name,
net.thevpc.nuts.expr.NExprOpType type) |
static int |
resolveOpPrecedence(String name,
net.thevpc.nuts.expr.NExprOpType type,
int precedence) |
public static net.thevpc.nuts.expr.NExprOpType resolveOpDefaultType(String name, net.thevpc.nuts.expr.NExprOpType type)
public static int resolveOpPrecedence(String name, net.thevpc.nuts.expr.NExprOpType type, int precedence)
public static net.thevpc.nuts.expr.NOperatorAssociativity resolveOpDefaultAssociativity(String name, net.thevpc.nuts.expr.NExprOpType type, net.thevpc.nuts.expr.NOperatorAssociativity associativity)
Copyright © 2026 vpc open source initiative. All rights reserved.