Class DummyMatchAction

  • All Implemented Interfaces:
    MatchAction
    Direct Known Subclasses:
    GenericMatchAction

    public class DummyMatchAction
    extends java.lang.Object
    implements MatchAction
    Dummy action attached to a match sequence. Action is not restored from XML
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(Program program, Address addr, Match match)
      Apply the match action to the program at the address.
      void restoreXml​(XmlPullParser parser)
      Action can be constructed from XML
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DummyMatchAction

        public DummyMatchAction()
    • Method Detail

      • apply

        public void apply​(Program program,
                          Address addr,
                          Match match)
        Description copied from interface: MatchAction
        Apply the match action to the program at the address.
        Specified by:
        apply in interface MatchAction
        Parameters:
        program - program in which the match occurred
        addr - where the match occured
        match - information about the match that occurred
      • restoreXml

        public void restoreXml​(XmlPullParser parser)
        Description copied from interface: MatchAction
        Action can be constructed from XML
        Specified by:
        restoreXml in interface MatchAction
        Parameters:
        parser - XML pull parser to restore action from XML