类 ExpressionState.VariableScope
java.lang.Object
cn.taketoday.expression.spel.ExpressionState.VariableScope
- 封闭类:
- ExpressionState
A new scope is entered when a function is called and it is used to hold the
parameters to the function call. If the names of the parameters clash with
those in a higher level scope, those in the higher level scope will not be
accessible whilst the function is executing. When the function returns,
the scope is exited.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleandefinesVariable(String name) lookupVariable(String name) voidsetVariable(String name, Object value)
-
字段详细资料
-
vars
-
-
构造器详细资料
-
VariableScope
public VariableScope() -
VariableScope
-
VariableScope
-
-
方法详细资料
-
lookupVariable
-
setVariable
-
definesVariable
-