Interface WritableNamespace

All Superinterfaces:
Namespace

public interface WritableNamespace extends Namespace
  • Method Details

    • 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()