Package org.sonar.iac.docker.tree.impl
Class CopyInstructionImpl
- java.lang.Object
-
- org.sonar.iac.docker.tree.impl.AbstractDockerTreeImpl
-
- org.sonar.iac.docker.tree.impl.InstructionImpl
-
- org.sonar.iac.docker.tree.impl.AbstractTransferInstructionImpl
-
- org.sonar.iac.docker.tree.impl.CopyInstructionImpl
-
- All Implemented Interfaces:
HasTextRange,Tree,CommandInstruction,CopyInstruction,DockerTree,HasArguments,Instruction,TransferInstruction
public class CopyInstructionImpl extends AbstractTransferInstructionImpl implements CopyInstruction
-
-
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.AbstractTransferInstructionImpl
options, srcsAndDest
-
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 CopyInstructionImpl(SyntaxToken add, List<Flag> options, ArgumentList srcsAndDest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Argument>arguments()DockerTree.KindgetKind()-
Methods inherited from class org.sonar.iac.docker.tree.impl.AbstractTransferInstructionImpl
children, dest, options, srcs
-
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.common.api.tree.HasTextRange
textRange
-
Methods inherited from interface org.sonar.iac.docker.tree.api.Instruction
keyword
-
Methods inherited from interface org.sonar.iac.docker.tree.api.TransferInstruction
dest, options, srcs
-
-
-
-
Constructor Detail
-
CopyInstructionImpl
public CopyInstructionImpl(SyntaxToken add, List<Flag> options, ArgumentList srcsAndDest)
-
-
Method Detail
-
getKind
public DockerTree.Kind getKind()
- Specified by:
getKindin interfaceDockerTree
-
arguments
public List<Argument> arguments()
- Specified by:
argumentsin interfaceHasArguments
-
-