Package org.sonar.iac.docker.tree.api
Interface AddInstruction
-
- All Superinterfaces:
DockerTree,HasTextRange,Instruction,TransferInstruction,Tree
- All Known Implementing Classes:
AddInstructionImpl
public interface AddInstruction extends TransferInstruction
Interface to define the contract of the ADD> instruction. It is a strict implementation of theTransferInstructioninterface.ADD
TransferInstruction.srcs()TransferInstruction.dest()ADDTransferInstruction.options()TransferInstruction.srcs()TransferInstruction.dest()
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.iac.docker.tree.api.DockerTree
DockerTree.Kind
-
-
Method Summary
-
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.Instruction
keyword
-
Methods inherited from interface org.sonar.iac.docker.tree.api.TransferInstruction
dest, options, srcs
-
-