Package ghidra.app.plugin.match
Class MatchSymbol.MatchedSymbol
- java.lang.Object
-
- ghidra.app.plugin.match.MatchSymbol.MatchedSymbol
-
- Enclosing class:
- MatchSymbol
public static class MatchSymbol.MatchedSymbol extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Program
getAProgram()
Address
getASymbolAddress()
Program
getBProgram()
Address
getBSymbolAddress()
int
getMatchCount()
SymbolType
getMatchType()
int
hashCode()
-
-
-
Method Detail
-
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 classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-