Uses of Class
org.hopto.pentaj.jexin.stacktrace.StackFrameTemplate

Packages that use StackFrameTemplate
org.hopto.pentaj.jexin.stacktrace   
 

Uses of StackFrameTemplate in org.hopto.pentaj.jexin.stacktrace
 

Methods in org.hopto.pentaj.jexin.stacktrace that return StackFrameTemplate
 StackFrameTemplate StackTraceTemplate.getMatchingAfterTemplate(StackFrame stackFrame)
           
 StackFrameTemplate StackTraceTemplate.getMatchingBeforeTemplate(StackFrame stackFrame)
           
 

Methods in org.hopto.pentaj.jexin.stacktrace that return types with arguments of type StackFrameTemplate
 java.util.List<StackFrameTemplate> StackTraceTemplate.getStackFrameTemplates()