Package org.sonar.iac.docker.tree.impl
Class AddTreeImpl
- java.lang.Object
-
- org.sonar.iac.docker.tree.impl.DockerTreeImpl
-
- org.sonar.iac.docker.tree.impl.InstructionTreeImpl
-
- org.sonar.iac.docker.tree.impl.TransferInstructionTreeImpl
-
- org.sonar.iac.docker.tree.impl.AddTreeImpl
-
- All Implemented Interfaces:
HasTextRange,Tree,AddTree,DockerTree,InstructionTree,TransferInstructionTree
public class AddTreeImpl extends TransferInstructionTreeImpl implements AddTree
-
-
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.TransferInstructionTreeImpl
options, srcsAndDest
-
Fields inherited from class org.sonar.iac.docker.tree.impl.InstructionTreeImpl
keyword
-
Fields inherited from class org.sonar.iac.docker.tree.impl.DockerTreeImpl
parent, textRange
-
-
Constructor Summary
Constructors Constructor Description AddTreeImpl(SyntaxToken add, List<ParamTree> options, LiteralListTree srcsAndDest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DockerTree.KindgetKind()-
Methods inherited from class org.sonar.iac.docker.tree.impl.TransferInstructionTreeImpl
children, dest, options, srcs
-
Methods inherited from class org.sonar.iac.docker.tree.impl.InstructionTreeImpl
keyword
-
Methods inherited from class org.sonar.iac.docker.tree.impl.DockerTreeImpl
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.InstructionTree
keyword
-
Methods inherited from interface org.sonar.iac.docker.tree.api.TransferInstructionTree
dest, options, srcs
-
-
-
-
Constructor Detail
-
AddTreeImpl
public AddTreeImpl(SyntaxToken add, List<ParamTree> options, LiteralListTree srcsAndDest)
-
-
Method Detail
-
getKind
public DockerTree.Kind getKind()
- Specified by:
getKindin interfaceDockerTree
-
-