Class MatchSymbol.MatchedSymbol

java.lang.Object
ghidra.app.plugin.match.MatchSymbol.MatchedSymbol
Enclosing class:
MatchSymbol

public static class MatchSymbol.MatchedSymbol extends Object
  • Method Details

    • getAProgram

      public Program getAProgram()
    • getBProgram

      public Program getBProgram()
    • getASymbolAddress

      public Address getASymbolAddress()
    • getBSymbolAddress

      public Address getBSymbolAddress()
    • getMatchCount

      public int getMatchCount()
    • getMatchType

      public SymbolType getMatchType()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object