Interface GlobalVariableContext

    • Method Detail

      • getGlobals

        java.util.Map<java.lang.String,​java.lang.reflect.Type> getGlobals()
      • addGlobal

        void addGlobal​(java.lang.String identifier,
                       java.lang.reflect.Type type)