Class BlockPostmatchHandle
java.lang.Object
com.ibm.jvm.dtfjview.tools.utils.BlockPostmatchHandle
- All Implemented Interfaces:
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This is for the post match handle to perform actions when a match was just found (by a match handle).This is for the post match handle to perform actions on the string
-
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 interfaceIPostmatchHandle
-
process
Description copied from interface:IPostmatchHandle
This is for the post match handle to perform actions on the string- Specified by:
process
in interfaceIPostmatchHandle
- Parameters:
s
- The string to be processed.- Returns:
- The processed string.
-