Class FileTreeImpl
- java.lang.Object
-
- org.sonar.iac.cloudformation.tree.impl.CloudformationTreeImpl
-
- org.sonar.iac.cloudformation.tree.impl.FileTreeImpl
-
- All Implemented Interfaces:
CloudformationTree,FileTree,HasComments,HasTextRange,Tree
public class FileTreeImpl extends CloudformationTreeImpl implements FileTree
-
-
Field Summary
-
Fields inherited from class org.sonar.iac.cloudformation.tree.impl.CloudformationTreeImpl
comments, textRange
-
-
Constructor Summary
Constructors Constructor Description FileTreeImpl(CloudformationTree root, org.sonar.api.batch.fs.TextRange textRange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Tree>children()CloudformationTreeroot()Stringtag()-
Methods inherited from class org.sonar.iac.cloudformation.tree.impl.CloudformationTreeImpl
comments, textRange
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasComments
comments
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
-
-
-
Constructor Detail
-
FileTreeImpl
public FileTreeImpl(CloudformationTree root, org.sonar.api.batch.fs.TextRange textRange)
-
-
Method Detail
-
root
public CloudformationTree root()
-
tag
public String tag()
- Specified by:
tagin interfaceCloudformationTree
-
-