AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 限定符和类型 | 字段和说明 |
|---|---|
boolean |
disableGloableContext
是否关闭全局事物动作上下文,如果关闭子函数也都关闭
|
boolean |
isVarScopeFlag
是否是变量范围的标志,通常在函数调用(动作执行)、条件、循环等处设置为true,以便划分一个
变量范围,一般新的变量都保存到此变量范围中。
|
World |
world |
| 构造器和说明 |
|---|
Bindings()
构造一个空的StackMap。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getCaller() |
String |
getCallerMethod() |
Map<Thing,ActionContext> |
getContexts() |
void |
setCaller(Object caller,
String method) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic World world
public boolean disableGloableContext
public boolean isVarScopeFlag
Copyright © 2016 xworker.org. All rights reserved.