Class GlobalVariableContextImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addGlobal​(java.lang.String name, java.lang.reflect.Type type)  
      java.util.Map<java.lang.String,​java.lang.reflect.Type> getGlobals()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GlobalVariableContextImpl

        public GlobalVariableContextImpl()
    • Method Detail

      • addGlobal

        public void addGlobal​(java.lang.String name,
                              java.lang.reflect.Type type)
        Specified by:
        addGlobal in interface GlobalVariableContext