Package org.sonar.iac.docker.tree.impl
Class RunInstructionImpl
- java.lang.Object
-
- org.sonar.iac.docker.tree.impl.AbstractDockerTreeImpl
-
- org.sonar.iac.docker.tree.impl.InstructionImpl
-
- org.sonar.iac.docker.tree.impl.AbstractCommandInstructionImpl
-
- org.sonar.iac.docker.tree.impl.RunInstructionImpl
-
- All Implemented Interfaces:
HasTextRange,Tree,CommandInstruction,DockerTree,HasArguments,Instruction,RunInstruction
public class RunInstructionImpl extends AbstractCommandInstructionImpl implements RunInstruction
-
-
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.AbstractCommandInstructionImpl
arguments
-
Fields inherited from class org.sonar.iac.docker.tree.impl.InstructionImpl
keyword
-
Fields inherited from class org.sonar.iac.docker.tree.impl.AbstractDockerTreeImpl
parent, textRange
-
-
Constructor Summary
Constructors Constructor Description RunInstructionImpl(SyntaxToken keyword, List<Flag> options, ArgumentList arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Tree>children()DockerTree.KindgetKind()List<Flag>options()-
Methods inherited from class org.sonar.iac.docker.tree.impl.AbstractCommandInstructionImpl
arguments
-
Methods inherited from class org.sonar.iac.docker.tree.impl.InstructionImpl
keyword
-
Methods inherited from class org.sonar.iac.docker.tree.impl.AbstractDockerTreeImpl
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.docker.tree.api.HasArguments
arguments
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
Methods inherited from interface org.sonar.iac.docker.tree.api.Instruction
keyword
-
-
-
-
Constructor Detail
-
RunInstructionImpl
public RunInstructionImpl(SyntaxToken keyword, List<Flag> options, @Nullable ArgumentList arguments)
-
-
Method Detail
-
getKind
public DockerTree.Kind getKind()
- Specified by:
getKindin interfaceDockerTree
-
children
public List<Tree> children()
- Specified by:
childrenin interfaceTree- Overrides:
childrenin classAbstractCommandInstructionImpl
-
options
public List<Flag> options()
- Specified by:
optionsin interfaceRunInstruction
-
-