Interface FileTree
-
- All Superinterfaces:
CloudformationTree,HasComments,HasTextRange,Tree
- All Known Implementing Classes:
FileTreeImpl
public interface FileTree extends CloudformationTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudformationTreeroot()-
Methods inherited from interface org.sonar.iac.cloudformation.api.tree.CloudformationTree
tag
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasComments
comments
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
-
-
-
Method Detail
-
root
CloudformationTree root()
-
-