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 booleanequals(java.lang.Object obj)ProgramgetAProgram()AddressgetASymbolAddress()ProgramgetBProgram()AddressgetBSymbolAddress()intgetMatchCount()SymbolTypegetMatchType()inthashCode()
-
-
-
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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-