Package org.sonar.iac.common.yaml.tree
Class YamlTreeImpl
- java.lang.Object
-
- org.sonar.iac.common.yaml.tree.YamlTreeImpl
-
- All Implemented Interfaces:
HasComments,HasTextRange,Tree,YamlTree
- Direct Known Subclasses:
FileTreeImpl,MappingTreeImpl,ScalarTreeImpl,SequenceTreeImpl,TupleTreeImpl
public abstract class YamlTreeImpl extends Object implements YamlTree
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedYamlTreeImpl(YamlTreeMetadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Comment>comments()YamlTreeMetadatametadata()TextRangetextRange()
-
-
-
Constructor Detail
-
YamlTreeImpl
protected YamlTreeImpl(YamlTreeMetadata metadata)
-
-
Method Detail
-
metadata
public YamlTreeMetadata metadata()
-
textRange
public TextRange textRange()
- Specified by:
textRangein interfaceHasTextRange
-
comments
public List<Comment> comments()
- Specified by:
commentsin interfaceHasComments
-
-