Interface WritableNamespace

    • Method Detail

      • registerSymbol

        void registerSymbol​(Symbol symbol)
      • deregisterSymbol

        void deregisterSymbol​(Symbol symbol)
      • registerFunction

        void registerFunction​(Function function)
      • deregisterFunction

        void deregisterFunction​(Function function)
      • getAllSymbols

        Symbol[] getAllSymbols()
      • getAllFunctions

        Function[] getAllFunctions()