Interface GhidraClass

All Superinterfaces:
Namespace
All Known Subinterfaces:
TraceClassSymbol
All Known Implementing Classes:
DBTraceClassSymbol

public interface GhidraClass extends Namespace
Interface for representing class objects in the program.
  • Method Details

    • getType

      default Namespace.Type getType()
      Description copied from interface: Namespace
      Returns the type of namespace, e.g., Library, Class, Namespace, Function.
      Specified by:
      getType in interface Namespace
      Returns:
      the type of namespace, e.g., Library, Class, Namespace, Function