Class AssociateSymbolCmd

java.lang.Object
ghidra.app.cmd.refs.AssociateSymbolCmd
All Implemented Interfaces:
Command

public class AssociateSymbolCmd extends Object implements Command
Command class for associating a reference with a specific label
  • Constructor Details

    • AssociateSymbolCmd

      public AssociateSymbolCmd(Reference ref, Namespace scope)
      Constructor.
      Parameters:
      ref - the reference to associate with a symbol
      scope - scope that has the symbol to associate with the reference
    • AssociateSymbolCmd

      public AssociateSymbolCmd(Reference ref, String symbolName, Namespace scope)
      Constructor
      Parameters:
      ref - the reference to associate with a symbol
      symbolName - the name of the symbol with which to associate the reference.
      scope - scope of the symbol with the given symbolName
    • AssociateSymbolCmd

      public AssociateSymbolCmd(Reference ref, String symbolName)
      Create a associate symbol command for a global symbol
      Parameters:
      ref -
      symbolName -
  • Method Details