Package org.sonar.iac.docker.tree.api
Interface CommandInstruction
-
- All Superinterfaces:
DockerTree,HasArguments,HasTextRange,Instruction,Tree
- All Known Subinterfaces:
CmdInstruction,CopyInstruction,EntrypointInstruction,RunInstruction
- All Known Implementing Classes:
AbstractCommandInstructionImpl,CmdInstructionImpl,CopyInstructionImpl,EntrypointInstructionImpl,RunInstructionImpl
public interface CommandInstruction extends Instruction, HasArguments
Interface to define the contract for command instruction, such asRunInstruction,CmdInstructionorEntrypointInstruction.Instruction.keyword()HasArguments.arguments()
-
-
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.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
-
-