Interface MatchAction

All Known Implementing Classes:
DummyMatchAction, GenericMatchAction

public interface MatchAction
Interface for a match action to be taken for the Program@Address for a ditted bit seqence pattern
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(Program program, Address addr, Match<Pattern> match)
    Apply the match action to the program at the address.
    void
    Action can be constructed from XML
  • Method Details

    • apply

      void apply(Program program, Address addr, Match<Pattern> match)
      Apply the match action to the program at the address.
      Parameters:
      program - program in which the match occurred
      addr - where the match occured
      match - information about the match that occurred
    • restoreXml

      void restoreXml(XmlPullParser parser)
      Action can be constructed from XML
      Parameters:
      parser - XML pull parser to restore action from XML