Package org.sonar.iac.docker.tree.api
Interface EntrypointTree
-
- All Superinterfaces:
CommandInstructionTree,DockerTree,HasTextRange,InstructionTree,Tree
- All Known Implementing Classes:
EntrypointTreeImpl
public interface EntrypointTree extends CommandInstructionTree
-
-
Nested Class Summary
-
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 LiteralListTreearguments()This method always returns arguments passed to the instruction irrespective of the form (shell or exec).-
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.InstructionTree
keyword
-
-
-
-
Method Detail
-
arguments
@CheckForNull LiteralListTree arguments()
Description copied from interface:CommandInstructionTreeThis method always returns arguments passed to the instruction irrespective of the form (shell or exec). In most instructions it can be null- Specified by:
argumentsin interfaceCommandInstructionTree
-
-