public class VariableAssignExpression extends BaseExpression
expr
构造器和说明 |
---|
VariableAssignExpression() |
限定符和类型 | 方法和说明 |
---|---|
protected ExpressionData<?> |
compute(Cell cell,
Cell currentCell,
Context context) |
Expression |
getExpression() |
String |
getVariable() |
void |
setExpression(Expression expression) |
void |
setVariable(String variable) |
execute, filterCells, getExpr, setExpr
protected ExpressionData<?> compute(Cell cell, Cell currentCell, Context context)
compute
在类中 BaseExpression
public String getVariable()
public void setVariable(String variable)
public Expression getExpression()
public void setExpression(Expression expression)
Copyright © 2022 Bstek. All rights reserved.