org.gridkit.jvmtool.stacktrace.analytics
Class BasicFilterFactory.FirstFrameMatcher
java.lang.Object
org.gridkit.jvmtool.stacktrace.analytics.BasicFilterFactory.FirstFrameMatcher
- All Implemented Interfaces:
- PositionalStackMatcher
- Enclosing class:
- BasicFilterFactory
protected class BasicFilterFactory.FirstFrameMatcher
- extends Object
- implements PositionalStackMatcher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicFilterFactory.FirstFrameMatcher
public BasicFilterFactory.FirstFrameMatcher(StackFrameMatcher matcher)
matchNext
public int matchNext(ThreadSnapshot snap,
int matchFrom)
- Description copied from interface:
PositionalStackMatcher
- Find frame in trace matching a certain criteria.
Return index of matched frame (which will be greater of equal
matchFrom).
- Specified by:
matchNext in interface PositionalStackMatcher
- Returns:
- frame index or -1 if not found
Copyright © 2019. All Rights Reserved.