Uses of Class
org.eclipse.steady.java.monitor.trace.PathNode
-
Packages that use PathNode Package Description org.eclipse.steady.java.monitor.trace -
-
Uses of PathNode in org.eclipse.steady.java.monitor.trace
Methods in org.eclipse.steady.java.monitor.trace that return types with arguments of type PathNode Modifier and Type Method Description List<PathNode>StackTraceUtil. transformStackTrace(StackTraceElement[] _st, PathNode _change_list_element)Transforms the stacktrace (obtained by, for instance, new Throwable().getStackTrace()) into a linked list of construct identifiers.Methods in org.eclipse.steady.java.monitor.trace with parameters of type PathNode Modifier and Type Method Description List<PathNode>StackTraceUtil. transformStackTrace(StackTraceElement[] _st, PathNode _change_list_element)Transforms the stacktrace (obtained by, for instance, new Throwable().getStackTrace()) into a linked list of construct identifiers.Method parameters in org.eclipse.steady.java.monitor.trace with type arguments of type PathNode Modifier and Type Method Description ConstructIdStackTraceUtil. getJUnitContext(List<PathNode> _path)Returns the JUnit test case representing the starting point of a previously computed path.
-