Class CloudformationTreeImpl
- java.lang.Object
-
- org.sonar.iac.cloudformation.tree.impl.CloudformationTreeImpl
-
- All Implemented Interfaces:
CloudformationTree,HasComments,HasTextRange,Tree
- Direct Known Subclasses:
FileTreeImpl,MappingTreeImpl,ScalarTreeImpl,SequenceTreeImpl,TupleTreeImpl
public abstract class CloudformationTreeImpl extends Object implements CloudformationTree
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCloudformationTreeImpl(org.sonar.api.batch.fs.TextRange textRange, List<Comment> comments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Comment>comments()org.sonar.api.batch.fs.TextRangetextRange()-
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.cloudformation.api.tree.CloudformationTree
tag
-
-
-
-
Method Detail
-
textRange
public org.sonar.api.batch.fs.TextRange textRange()
- Specified by:
textRangein interfaceHasTextRange
-
comments
public List<Comment> comments()
- Specified by:
commentsin interfaceHasComments
-
-