Class GlobalNamespace

  • All Implemented Interfaces:
    Namespace

    public class GlobalNamespace
    extends java.lang.Object
    implements Namespace
    The global namespace implementation class
    • Constructor Summary

      Constructors 
      Constructor Description
      GlobalNamespace​(Memory memory)
      Constructs a new GlobalNamespace
    • Field Detail

      • GLOBAL_NAMESPACE_NAME

        public static final java.lang.String GLOBAL_NAMESPACE_NAME
        Global namespace name which may (incorrectly) appear as the first element within a namespace path (e.g., Global::Foo::Bar). It is preferred that the Global namespace be omitted in favor of Foo::Bar.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GlobalNamespace

        public GlobalNamespace​(Memory memory)
        Constructs a new GlobalNamespace
        Parameters:
        memory - the memory associated with this global namespace