Package org.sonar.iac.docker.tree.impl
Class FileTreeImpl
- java.lang.Object
-
- org.sonar.iac.docker.tree.impl.DockerTreeImpl
-
- org.sonar.iac.docker.tree.impl.FileTreeImpl
-
- All Implemented Interfaces:
HasTextRange,Tree,DockerTree,FileTree
public class FileTreeImpl extends DockerTreeImpl implements FileTree
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.iac.docker.tree.api.DockerTree
DockerTree.Kind
-
-
Field Summary
-
Fields inherited from class org.sonar.iac.docker.tree.impl.DockerTreeImpl
parent, textRange
-
-
Constructor Summary
Constructors Constructor Description FileTreeImpl(List<ArgTree> globalArgs, List<DockerImageTree> dockerImages, SyntaxToken eof)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Tree>children()List<DockerImageTree>dockerImages()DockerTree.KindgetKind()List<ArgTree>globalArgs()-
Methods inherited from class org.sonar.iac.docker.tree.impl.DockerTreeImpl
is, parent, setParent, textRange
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.iac.docker.tree.api.DockerTree
is, parent, setParent
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
-
-
-
Constructor Detail
-
FileTreeImpl
public FileTreeImpl(List<ArgTree> globalArgs, List<DockerImageTree> dockerImages, SyntaxToken eof)
-
-
Method Detail
-
globalArgs
public List<ArgTree> globalArgs()
- Specified by:
globalArgsin interfaceFileTree
-
dockerImages
public List<DockerImageTree> dockerImages()
- Specified by:
dockerImagesin interfaceFileTree
-
getKind
public DockerTree.Kind getKind()
- Specified by:
getKindin interfaceDockerTree
-
-