Package org.sonar.iac.common.api.tree
Interface HasProperties
-
- All Known Subinterfaces:
MappingTree
- All Known Implementing Classes:
MappingTreeImpl
public interface HasProperties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends PropertyTree>
List<T>properties()
-
-
-
Method Detail
-
properties
<T extends PropertyTree> List<T> properties()
-
-