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 classBlockPostmatchHandleThis class will start cache lines once any match is found.classMaxLinesPostmatchHandleThis 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)
-