程序包 org.xmeta

类 Bindings

    • 字段详细资料

      • world

        public World world
      • disableGloableContext

        public boolean disableGloableContext
        是否关闭全局事物动作监听器,如果关闭子函数也都关闭
    • 构造器详细资料

      • Bindings

        public Bindings()
        构造一个空的StackMap。
    • 方法详细资料

      • isVarScopeFlag

        public boolean isVarScopeFlag()
      • setVarScopeFlag

        public void setVarScopeFlag()
         标记为本地变量栈层。
      • getCaller

        public Object getCaller()
      • setCaller

        public void setCaller​(Object caller,
                              String method)
      • getCallerMethod

        public String getCallerMethod()
      • setContextThing

        public void setContextThing​(Thing contextThing)
        设置上下文事物,上下文事物会在执行动作时加入到动作上下文中,动作上下文会在动作执行前和执行后执行相关动作。
        参数:
        contextThing -
      • getContextThing

        public Thing getContextThing()
      • isParameterScope

        public boolean isParameterScope()
      • setParameterScope

        public void setParameterScope​(boolean parameterScope)
      • setData

        public void setData​(Object value,
                            Object... keys)
      • clearData

        public void clearData​(Object... keys)