Package ghidra.app.plugin.match
Class MatchSymbol
- java.lang.Object
-
- ghidra.app.plugin.match.MatchSymbol
-
public class MatchSymbol extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MatchSymbol.MatchedSymbol
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<MatchSymbol.MatchedSymbol>
matchSymbol(Program aProgram, AddressSetView setA, Program bProgram, AddressSetView setB, int minSymbolNameLength, boolean includeOneToOneOnly, boolean includeExternals, TaskMonitor monitor)
-
-
-
Method Detail
-
matchSymbol
public static java.util.List<MatchSymbol.MatchedSymbol> matchSymbol(Program aProgram, AddressSetView setA, Program bProgram, AddressSetView setB, int minSymbolNameLength, boolean includeOneToOneOnly, boolean includeExternals, TaskMonitor monitor) throws CancelledException
- Throws:
CancelledException
-
-