限定符和类型 | 方法和说明 |
---|---|
Object |
JsonFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
MinFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
GetFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
CountFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
MaxFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
Function.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
ParameterIsEmptyFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
ParameterFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
FormatNumberFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
OrderFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
AvgFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
SumFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
RowFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
FormatDateFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
ColumnFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
ListFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
限定符和类型 | 方法和说明 |
---|---|
protected Calendar |
CalendarFunction.buildCalendar(List<ExpressionData<?>> dataList) |
Object |
DateFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
YearFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
MonthFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
DayFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
WeekFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
限定符和类型 | 方法和说明 |
---|---|
protected BigDecimal |
MathFunction.buildBigDecimal(List<ExpressionData<?>> dataList) |
protected List<BigDecimal> |
MathFunction.buildDataList(List<ExpressionData<?>> dataList) |
Object |
MedianFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
FloorFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
LogFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
ExpFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
SqrtFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
RoundFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
ChnFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
AbsFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
ChnMoneyFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
Log10Function.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
ModeFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
SinFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
VaraFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
TanFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
PowFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
StdevpFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
CeilFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
RandomFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
CosFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
限定符和类型 | 方法和说明 |
---|---|
Object |
PageTotalFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
PageNumberFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
PageRowsFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
PageMinFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
PageMaxFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
PageCountFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
PageSumFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
PageAvgFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
限定符和类型 | 方法和说明 |
---|---|
protected String |
StringFunction.buildString(List<ExpressionData<?>> dataList) |
Object |
ReplaceFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
TrimFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
SubstringFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
UpperFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
LengthFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
IndexOfFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
Object |
LowerFunction.execute(List<ExpressionData<?>> dataList,
Context context,
Cell currentCell) |
限定符和类型 | 方法和说明 |
---|---|
ExpressionData<?> |
Expression.execute(Cell cell,
Cell currentCell,
Context context) |
限定符和类型 | 方法和说明 |
---|---|
protected Object |
BaseCondition.extractExpressionData(ExpressionData<?> data) |
限定符和类型 | 类和说明 |
---|---|
class |
BindDataListExpressionData |
class |
NoneExpressionData |
class |
ObjectExpressionData |
class |
ObjectListExpressionData |
限定符和类型 | 方法和说明 |
---|---|
protected ExpressionData<?> |
VariableExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
CurrentCellDataExpression.compute(Cell cell,
Cell currentCell,
Context context) |
ExpressionData<?> |
BooleanExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
VariableAssignExpression.compute(Cell cell,
Cell currentCell,
Context context) |
ExpressionData<?> |
IntegerExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
ExpressionBlock.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
RelativeCellExpression.compute(Cell cell,
Cell currentCell,
Context context) |
ExpressionData<?> |
FunctionExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
CurrentCellValueExpression.compute(Cell cell,
Cell currentCell,
Context context) |
ExpressionData<?> |
NullExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
StringExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
CellPositionExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected abstract ExpressionData<?> |
BaseExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
JoinExpression.compute(Cell cell,
Cell currentCell,
Context context) |
ExpressionData<?> |
NumberExpression.compute(Cell cell,
Cell currentCell,
Context context) |
ExpressionData<?> |
BaseExpression.execute(Cell cell,
Cell currentCell,
Context context) |
限定符和类型 | 方法和说明 |
---|---|
protected ExpressionData<?> |
CellObjectExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
CellValueExpression.compute(Cell cell,
Cell currentCell,
Context context) |
限定符和类型 | 方法和说明 |
---|---|
ExpressionData<?> |
DatasetExpression.compute(Cell cell,
Cell currentCell,
Context context) |
限定符和类型 | 方法和说明 |
---|---|
protected ExpressionData<?> |
ElseIfExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
IfExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
ElseExpression.compute(Cell cell,
Cell currentCell,
Context context) |
限定符和类型 | 方法和说明 |
---|---|
protected ExpressionData<?> |
CellPairExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
CellCoordinateExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
SimpleValueSetExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
WholeCellExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
CellExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
FromToExpression.compute(Cell cell,
Cell currentCell,
Context context) |
protected ExpressionData<?> |
CellConditionExpression.compute(Cell cell,
Cell currentCell,
Context context) |
ExpressionData<?> |
CellExpression.computePageCells(Cell cell,
Cell currentCell,
Context context) |
ExpressionData<?> |
CellConditionExpression.computePageCells(Cell cell,
Cell currentCell,
Context context) |
Copyright © 2022 Bstek. All rights reserved.