|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DebugHierarchy
A debug hierarchy is a tree of nodes, each node representing an evaluated element (template, rule or script).
This interface is not intended to be implemented by clients.
EvaluationManager.loadDebugHierarchy(File),
EvaluationResult.getDebugHierarchy()| Method Summary | |
|---|---|
String |
getName()
Returns the debug hierarchy name, which is the name of the launch configuration. |
ProjectReference |
getProject()
Returns a description of the evaluated project. |
List<DebugNode> |
getRootNodes()
Returns the top-level evaluated nodes. |
void |
save(File file)
Saves this debug hierarchy to the specified file. |
| Method Detail |
|---|
String getName()
ProjectReference getProject()
List<DebugNode> getRootNodes()
DebugNode elements.DebugNode
void save(File file)
throws CoreException
file - the location where to save this hierarchy.
CoreException - if the hierarchy could not be saved.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||