Uses of Class
org.sonar.iac.common.api.tree.impl.SeparatedListImpl
Packages that use SeparatedListImpl
-
Uses of SeparatedListImpl in org.sonar.iac.common.api.tree.impl
Methods in org.sonar.iac.common.api.tree.impl that return SeparatedListImplModifier and TypeMethodDescriptionstatic <R extends Tree,S extends IacToken>
SeparatedListImpl<R,S> SeparatedListImpl.emptySeparatedList()static <R extends Tree,S extends IacToken>
SeparatedListImpl<R,S> SeparatedListImpl.separatedList(R firstElement, com.sonar.sslr.api.typed.Optional<List<Tuple<S, R>>> additionalElements) static <R extends Tree,S extends IacToken>
SeparatedListImpl<R,S> SeparatedListImpl.separatedList(R firstElement, List<Tuple<S, R>> additionalElements)