Package org.sonar.iac.docker.tree.impl
Class InstructionImpl
- java.lang.Object
-
- org.sonar.iac.docker.tree.impl.AbstractDockerTreeImpl
-
- org.sonar.iac.docker.tree.impl.InstructionImpl
-
- All Implemented Interfaces:
HasTextRange,Tree,DockerTree,Instruction
- Direct Known Subclasses:
AbstractCommandInstructionImpl,AbstractTransferInstructionImpl,ArgInstructionImpl,EnvInstructionImpl,ExposeInstructionImpl,FromInstructionImpl,HealthCheckInstructionImpl,LabelInstructionImpl,MaintainerInstructionImpl,OnBuildInstructionImpl,ShellInstructionImpl,StopSignalInstructionImpl,UserInstructionImpl,VolumeInstructionImpl,WorkdirInstructionImpl
public abstract class InstructionImpl extends AbstractDockerTreeImpl implements Instruction
-
-
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 SyntaxTokenkeyword-
Fields inherited from class org.sonar.iac.docker.tree.impl.AbstractDockerTreeImpl
parent, textRange
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInstructionImpl(SyntaxToken keyword)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyntaxTokenkeyword()-
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
-
-
-
-
Field Detail
-
keyword
protected final SyntaxToken keyword
-
-
Constructor Detail
-
InstructionImpl
protected InstructionImpl(SyntaxToken keyword)
-
-
Method Detail
-
keyword
public SyntaxToken keyword()
- Specified by:
keywordin interfaceInstruction
-
-