Package org.sonar.iac.docker.tree.api
Interface ExecFormTree
-
- All Superinterfaces:
DockerTree,HasTextRange,LiteralListTree,Tree
- All Known Implementing Classes:
ExecFormTreeImpl
public interface ExecFormTree 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokenleftBracket()SeparatedList<ExecFormLiteralTree>literalsWithSeparators()SyntaxTokenrightBracket()-
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
-
-
-
-
Method Detail
-
leftBracket
SyntaxToken leftBracket()
-
literalsWithSeparators
SeparatedList<ExecFormLiteralTree> literalsWithSeparators()
-
rightBracket
SyntaxToken rightBracket()
-
-