Uses of Interface
com.ibm.jvm.dtfjview.tools.utils.IPostmatchHandle
-
Packages that use IPostmatchHandle Package Description com.ibm.jvm.dtfjview.tools.utils -
-
Uses of IPostmatchHandle in com.ibm.jvm.dtfjview.tools.utils
Classes in com.ibm.jvm.dtfjview.tools.utils that implement IPostmatchHandle Modifier and Type Class Description class
BlockPostmatchHandle
This class will start cache lines once any match is found.class
MaxLinesPostmatchHandle
This class caches up to a specified number of lines before a matching is found.Constructors in com.ibm.jvm.dtfjview.tools.utils with parameters of type IPostmatchHandle Constructor Description StringModifier(IPrematchHandle prematchHandle, IMatchHandle matchHandle, IPostmatchHandle postmatchHandle)
-