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