Class BlockPostmatchHandle

java.lang.Object
com.ibm.jvm.dtfjview.tools.utils.BlockPostmatchHandle
All Implemented Interfaces:
IPostmatchHandle

public class BlockPostmatchHandle extends Object implements IPostmatchHandle
This class will start cache lines once any match is found. It will release the cached lines once it encounters an empty line.

  • Constructor Details

    • BlockPostmatchHandle

      public BlockPostmatchHandle()
  • Method Details

    • justMatched

      public void justMatched()
      Description copied from interface: IPostmatchHandle
      This is for the post match handle to perform actions when a match was just found (by a match handle).
      Specified by:
      justMatched in interface IPostmatchHandle
    • process

      public String process(String s)
      Description copied from interface: IPostmatchHandle
      This is for the post match handle to perform actions on the string

      Specified by:
      process in interface IPostmatchHandle
      Parameters:
      s - The string to be processed.

      Returns:
      The processed string.