|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.tooling.model.HierarchicalElementorg.gradle.tooling.model.Element
public interface HierarchicalElement extends Element
Represents an element which belongs to some hierarchy.
| Method Summary | |
|---|---|
DomainObjectSet
|
getChildren()
Returns the child elements. |
HierarchicalElement
|
getParent()
Returns the parent of this element, if any. |
| Methods inherited from interface Element | |
|---|---|
| getDescription, getName |
| Method Detail |
|---|
public DomainObjectSet getChildren()
public HierarchicalElement getParent()
Groovy Documentation