Package org.sonar.iac.docker.tree.api
Interface TransferInstructionTree
-
- All Superinterfaces:
DockerTree,HasTextRange,InstructionTree,Tree
- All Known Implementing Classes:
AddTreeImpl,CopyTreeImpl,TransferInstructionTreeImpl
public interface TransferInstructionTree extends InstructionTree
-
-
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 SyntaxTokendest()List<ParamTree>options()List<SyntaxToken>srcs()-
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
-
srcs
List<SyntaxToken> srcs()
-
dest
SyntaxToken dest()
-
-