| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ExpressionEngine.cleanOperatorFunctions(OperatorType type)
clean default operator functions of specified type
|
static List<OperatorFunction> |
ExpressionEngine.getOperatorFunctions(OperatorType type)
get operator functions byte operator type
|
static Function |
ExpressionEngine.removeOperatorFunction(OperatorType type,
String id)
remove operator function
|
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
DelegateOperatorFunction.getType() |
abstract OperatorType |
OperatorFunction.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
AddOperatorFunction.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
BitAndOperatorFunction.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
BitOrOperatorFunction.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
BitXorOperatorFunction.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
CmpOperatorFunction.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
DivOperatorFunction.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
MulOperatorFunction.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
NegOperatorFunction.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
RemOperatorFunction.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
ShlOperatorFunction.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
ShrOperatorFunction.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
SubOperatorFunction.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
UshrOperatorFunction.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
static OperatorType |
OperatorType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static OperatorType[] |
OperatorType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2020. All rights reserved.