public interface Operator
Modifier and Type | Interface and Description |
---|---|
static class |
Operator.TYPE
Operator types.
|
Modifier and Type | Field and Description |
---|---|
static int |
MAX_OP_PRECEDENCE
The highest base operator precedence level.
|
Modifier and Type | Method and Description |
---|---|
int |
getPrecedence()
Obtain the precedence of the operator.
|
Operator.TYPE |
getType()
Get the operator type.
|
static final int MAX_OP_PRECEDENCE
Operator.TYPE getType()
int getPrecedence()
Copyright © 2022 Apache Software Foundation. All rights reserved.