public abstract class AbstractDebugInfo extends Object implements DebugInfo
| Modifier and Type | Field and Description | 
|---|---|
| protected List<DebugInfoExecutionTree> | executionTrees | 
| Constructor and Description | 
|---|
| AbstractDebugInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addExecutionTree(DebugInfoExecutionTree executionTree) | 
| List<DebugInfoExecutionTree> | getExecutionTrees() | 
| void | setExecutionTrees(List<DebugInfoExecutionTree> executionTrees) | 
protected List<DebugInfoExecutionTree> executionTrees
public List<DebugInfoExecutionTree> getExecutionTrees()
public void setExecutionTrees(List<DebugInfoExecutionTree> executionTrees)
public void addExecutionTree(DebugInfoExecutionTree executionTree)
Copyright © 2017 Alfresco. All rights reserved.