Class GlobalNamespace

java.lang.Object
ghidra.program.model.address.GlobalNamespace
All Implemented Interfaces:
Namespace

public class GlobalNamespace extends Object implements Namespace
The global namespace implementation class
  • Field Details

    • GLOBAL_NAMESPACE_NAME

      public static final 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:
  • Constructor Details

    • GlobalNamespace

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