Package org.sonar.iac.docker.tree.api
Interface LiteralListTree
-
- All Superinterfaces:
DockerTree,HasTextRange,Tree
- All Known Subinterfaces:
ExecFormTree,HereDocumentTree,ShellFormTree
- All Known Implementing Classes:
ExecFormTreeImpl,HereDocumentTreeImpl,ShellFormTreeImpl
public interface LiteralListTree extends DockerTree
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLiteralListTree.LiteralListType-
Nested classes/interfaces inherited from interface org.sonar.iac.docker.tree.api.DockerTree
DockerTree.Kind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SyntaxToken>literals()LiteralListTree.LiteralListTypetype()-
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
-
-
-
-
Method Detail
-
literals
List<SyntaxToken> literals()
-
type
LiteralListTree.LiteralListType type()
-
-