Package org.sonar.iac.docker.tree.api
Interface ShellFormTree
-
- All Superinterfaces:
DockerTree,HasTextRange,LiteralListTree,Tree
- All Known Implementing Classes:
ShellFormTreeImpl
public interface ShellFormTree extends LiteralListTree
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.iac.docker.tree.api.DockerTree
DockerTree.Kind
-
Nested classes/interfaces inherited from interface org.sonar.iac.docker.tree.api.LiteralListTree
LiteralListTree.LiteralListType
-
-
Method Summary
-
Methods inherited from interface org.sonar.iac.docker.tree.api.DockerTree
getKind, is, parent, setParent
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
Methods inherited from interface org.sonar.iac.docker.tree.api.LiteralListTree
literals, type
-
-