| 限定符和类型 | 方法和说明 |
|---|---|
static Function |
ExpressionEngine.getFunction(String functionName)
ge normal function by name
|
static Function |
ExpressionEngine.removeFunction(String functionName)
remove normal function
|
static Function |
ExpressionEngine.removeOperatorFunction(OperatorType type,
String id)
remove operator function
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ExpressionEngine.addFunction(Function function)
add normal function
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DelegateOperatorFunction |
class |
OperatorFunction |
class |
VarargsFunction |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CollectionIncludeFunction |
class |
CollectionSizeFunction |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DateTimestampFunction |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MathAbsFunction |
class |
MathCosFunction |
class |
MathLog10Function |
class |
MathLogFunction |
class |
MathMaxFunction |
class |
MathMinFunction |
class |
MathPowFunction |
class |
MathRandDoubleFunction |
class |
MathRandLongFunction |
class |
MathSinFunction |
class |
MathSqrtFunction |
class |
MathTanFunction |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BitAndOperatorFunction |
class |
BitAndOperatorFunctionForLong |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BitOrOperatorFunction |
class |
BitOrOperatorFunctionForLong |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BitXorOperatorFunction |
class |
BitXorOperatorFunctionForLong |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DivOperatorFunction |
class |
DivOperatorFunctionForDouble |
class |
DivOperatorFunctionForLong |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MulOperatorFunction |
class |
MulOperatorFunctionForDouble |
class |
MulOperatorFunctionForLong |
| 限定符和类型 | 类和说明 |
|---|---|
class |
NegOperatorFunction |
class |
NegOperatorFunctionForDouble |
class |
NegOperatorFunctionForLong |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RemOperatorFunction |
class |
RemOperatorFunctionForDouble |
class |
RemOperatorFunctionForLong |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ShlOperatorFunction |
class |
ShlOperatorFunctionForLong |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ShrOperatorFunction |
class |
ShrOperatorFunctionForLong |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SubOperatorFunction |
class |
SubOperatorFunctionForDouble |
class |
SubOperatorFunctionForLong |
| 限定符和类型 | 类和说明 |
|---|---|
class |
UshrOperatorFunction |
class |
UshrOperatorFunctionForLong |
| 限定符和类型 | 类和说明 |
|---|---|
class |
StringEndsWithFunction |
class |
StringIndexOfFunction |
class |
StringJoinFunction |
class |
StringLengthFunction |
class |
StringReplaceAllFunction |
class |
StringReplaceFirstFunction |
class |
StringSplitFunction |
class |
StringStartsWithFunction |
class |
StringSubStringFunction |
| 限定符和类型 | 方法和说明 |
|---|---|
static Function |
FunctionUtils.getFunctionByName(String functionName) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExpressionValue |
FunctionUtils.invoke(Function function,
ExpressionValue[] args) |
Copyright © 2020. All rights reserved.