Package org.sonar.iac.docker.tree.impl
Class AliasTreeImpl
- java.lang.Object
-
- org.sonar.iac.docker.tree.impl.DockerTreeImpl
-
- org.sonar.iac.docker.tree.impl.AliasTreeImpl
-
- All Implemented Interfaces:
HasTextRange,Tree,AliasTree,DockerTree
public class AliasTreeImpl extends DockerTreeImpl implements AliasTree
-
-
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.DockerTreeImpl
parent, textRange
-
-
Constructor Summary
Constructors Constructor Description AliasTreeImpl(SyntaxToken keyword, SyntaxToken alias)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyntaxTokenalias()List<Tree>children()DockerTree.KindgetKind()SyntaxTokenkeyword()-
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
-
-
-
-
Constructor Detail
-
AliasTreeImpl
public AliasTreeImpl(SyntaxToken keyword, SyntaxToken alias)
-
-
Method Detail
-
keyword
public SyntaxToken keyword()
-
alias
public SyntaxToken alias()
-
getKind
public DockerTree.Kind getKind()
- Specified by:
getKindin interfaceDockerTree
-
-