Class CallStackGroupDescriptor

java.lang.Object
org.eclipse.tracecompass.incubator.callstack.core.base.CallStackGroupDescriptor
All Implemented Interfaces:
IWeightedTreeGroupDescriptor, ICallStackGroupDescriptor

public class CallStackGroupDescriptor extends Object implements ICallStackGroupDescriptor
A basic group descriptor implementation.
Author:
Geneviève Bastien
  • Constructor Details

    • CallStackGroupDescriptor

      public CallStackGroupDescriptor(String name, @Nullable ICallStackGroupDescriptor nextGroup, boolean isSymbolKeyGroup)
      Constructor
      Parameters:
      name - The name of this group
      nextGroup - The next group of the hierarchy, ie the child of the group being constructed or null if this group is the leaf
      isSymbolKeyGroup - Whether this level contains the symbol key
  • Method Details