Package org.sonar.iac.common.api.tree
Interface Tree
-
- All Superinterfaces:
HasTextRange
- All Known Subinterfaces:
TextTree
public interface Tree extends HasTextRange
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Tree>children()-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
-