public final class LogicalOperator extends Object
| Constructor and Description |
|---|
LogicalOperator() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isLogicalOperator(String token)
Judge is logical operator or not.
|
static boolean |
isOrOperator(String token)
Judge is or operator or not.
|
public static boolean isLogicalOperator(String token)
token - tokenpublic static boolean isOrOperator(String token)
token - tokenCopyright © 2019 The Apache Software Foundation. All rights reserved.