Class DefaultHierarchyRoot
- java.lang.Object
-
- org.eclipse.xtext.ide.editor.hierarchy.DefaultHierarchyRoot
-
- All Implemented Interfaces:
IHierarchyRoot
public class DefaultHierarchyRoot extends java.lang.Object implements IHierarchyRoot
- Since:
- 2.10
-
-
Field Summary
-
Fields inherited from interface org.eclipse.xtext.ide.editor.hierarchy.IHierarchyRoot
EMPTY
-
-
Constructor Summary
Constructors Constructor Description DefaultHierarchyRoot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<IHierarchyNode>getRoots()
-
-
-
Method Detail
-
getRoots
public java.util.List<IHierarchyNode> getRoots()
- Specified by:
getRootsin interfaceIHierarchyRoot
-
-