Package org.sonar.iac.docker.tree.impl
Class AbstractCommandInstructionImpl
- java.lang.Object
-
- org.sonar.iac.docker.tree.impl.AbstractDockerTreeImpl
-
- org.sonar.iac.docker.tree.impl.InstructionImpl
-
- org.sonar.iac.docker.tree.impl.AbstractCommandInstructionImpl
-
- All Implemented Interfaces:
HasTextRange,Tree,CommandInstruction,DockerTree,HasArguments,Instruction
- Direct Known Subclasses:
CmdInstructionImpl,EntrypointInstructionImpl,RunInstructionImpl
public abstract class AbstractCommandInstructionImpl extends InstructionImpl implements CommandInstruction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.iac.docker.tree.api.DockerTree
DockerTree.Kind
-
-
Field Summary
Fields Modifier and Type Field Description protected ArgumentListarguments-
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 Modifier Constructor Description protectedAbstractCommandInstructionImpl(SyntaxToken keyword, ArgumentList arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Argument>arguments()List<Tree>children()-
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
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
-
-
-
-
Field Detail
-
arguments
protected final ArgumentList arguments
-
-
Constructor Detail
-
AbstractCommandInstructionImpl
protected AbstractCommandInstructionImpl(SyntaxToken keyword, @Nullable ArgumentList arguments)
-
-