Package ghidra.util.bytesearch
Class DummyMatchAction
java.lang.Object
ghidra.util.bytesearch.DummyMatchAction
- All Implemented Interfaces:
MatchAction
- Direct Known Subclasses:
GenericMatchAction
Dummy action attached to a match sequence. Action is not restored from XML
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Apply the match action to the program at the address.void
restoreXml
(XmlPullParser parser) Action can be constructed from XML
-
Constructor Details
-
DummyMatchAction
public DummyMatchAction()
-
-
Method Details
-
apply
Description copied from interface:MatchAction
Apply the match action to the program at the address.- Specified by:
apply
in interfaceMatchAction
- Parameters:
program
- program in which the match occurredaddr
- where the match occuredmatch
- information about the match that occurred
-
restoreXml
Description copied from interface:MatchAction
Action can be constructed from XML- Specified by:
restoreXml
in interfaceMatchAction
- Parameters:
parser
- XML pull parser to restore action from XML
-