org.gridkit.jvmtool.stacktrace.analytics
Interface PositionalStackMatcher

All Known Implementing Classes:
BasicFilterFactory.FirstFrameMatcher, BasicFilterFactory.FollowedPredicate, BasicFilterFactory.LastFrameMatcher

public interface PositionalStackMatcher


Method Summary
 int matchNext(ThreadSnapshot snap, int matchFrom)
          Find frame in trace matching a certain criteria.
 

Method Detail

matchNext

int matchNext(ThreadSnapshot snap,
              int matchFrom)
Find frame in trace matching a certain criteria. Return index of matched frame (which will be greater of equal matchFrom).

Returns:
frame index or -1 if not found


Copyright © 2019. All Rights Reserved.