| Interface | Description |
|---|---|
| SearchResultNotifier |
Used to update the search pane that there's been a result found.
|
| SearchTypeDetails |
Search type details
|
| Class | Description |
|---|---|
| BackgroundSearchThread |
A simple class to make searching run in a background thread.
|
| FieldCallSearch |
Field call searching
|
| LDCSearch |
LDC Searching
|
| MethodCallSearch |
Method call searching
|
| RegexInsnFinder |
An instruction finder that finds regex patterns in a method's instruction
list and returns an array with the found instructions.
|
| RegexSearch |
Regex Searching
|