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

Packages that use StackFrame
org.hopto.pentaj.jexin.controller   
org.hopto.pentaj.jexin.node   
org.hopto.pentaj.jexin.stacktrace   
 

Uses of StackFrame in org.hopto.pentaj.jexin.controller
 

Methods in org.hopto.pentaj.jexin.controller that return StackFrame
 StackFrame MergeTracesController.MergedStackFrame.getFrame()
           
 

Constructors in org.hopto.pentaj.jexin.controller with parameters of type StackFrame
MergeTracesController.MergedStackFrame(int column, StackTrace trace, StackFrame frame)
           
 

Uses of StackFrame in org.hopto.pentaj.jexin.node
 

Methods in org.hopto.pentaj.jexin.node with parameters of type StackFrame
 InjectableException TraceClientObserver.stackFrameStart(long threadId, java.lang.String threadName, StackFrame stackFrame)
          Called when a new stack frame starts
 InjectableException Node.stackFrameStart(long threadId, java.lang.String threadName, StackFrame stackFrame)
           
 

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

Methods in org.hopto.pentaj.jexin.stacktrace that return StackFrame
 StackFrame StackFrameTemplate.getStackFrame()
           
 

Methods in org.hopto.pentaj.jexin.stacktrace that return types with arguments of type StackFrame
 java.util.List<StackFrame> StackTrace.getStackFrames()
           
 

Methods in org.hopto.pentaj.jexin.stacktrace with parameters of type StackFrame
 int StackFrame.compareTo(StackFrame that)
          Sorts based on pushTime then frameNumber
 StackFrameTemplate StackTraceTemplate.getMatchingAfterTemplate(StackFrame stackFrame)
           
 StackFrameTemplate StackTraceTemplate.getMatchingBeforeTemplate(StackFrame stackFrame)
           
 StackFrameProcessor ActiveTemplateMap.getStackFrameProcessor(StackFrame stackFrame, java.util.List<InjectableException> injectableExceptions)
           
 InjectableException StackFrameProcessor.push(StackFrame stackFrame)
          Pushes the stackFrame onto the open StackTrace
 InjectableException StackFrameProcessor.startTrace(StackTraceManager manager, NodeAddress address, long threadId, java.lang.String threadName, StackFrame rootStackFrame)
          Sets the StackTrace that will be compared to the StackTraceTemplates.
 

Constructors in org.hopto.pentaj.jexin.stacktrace with parameters of type StackFrame
StackFrameTemplate(StackFrame stackFrame)
           
StackTrace(NodeAddress address, long threadId, java.lang.String threadName, StackFrame rootStackFrame)