Uses of Class
edu.rice.cs.cunit.record.graph.StackFrameInfo

Packages that use StackFrameInfo
edu.rice.cs.cunit.record.graph   
 

Uses of StackFrameInfo in edu.rice.cs.cunit.record.graph
 

Fields in edu.rice.cs.cunit.record.graph with type parameters of type StackFrameInfo
(package private)  java.util.LinkedList<StackFrameInfo> ThreadInfo._stackFrame
          List of state frame entries.
 

Methods in edu.rice.cs.cunit.record.graph that return types with arguments of type StackFrameInfo
 java.util.List<StackFrameInfo> ThreadInfo.getStackFrame()
          Returns a list with state frame information.
 

Constructor parameters in edu.rice.cs.cunit.record.graph with type arguments of type StackFrameInfo
ThreadInfo(long uniqueId, int status, java.lang.String name, java.lang.Long contendedLockId, java.util.Set<java.lang.Long> ownedLockIds, java.util.List<StackFrameInfo> stackFrame)
          Constructor for thread info.