Package org.sonar.iac.docker.tree.api
Interface Alias
-
- All Superinterfaces:
DockerTree,HasTextRange,Tree
- All Known Implementing Classes:
AliasImpl
public interface Alias extends DockerTree
Interface which represent the alias than can be defined for an image in a DockerImage. It is represented by the keyword "as" and the alias string.AS
alias()
-
-
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 SyntaxTokenalias()SyntaxTokenkeyword()-
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
-
-
-
-
Method Detail
-
keyword
SyntaxToken keyword()
-
alias
SyntaxToken alias()
-
-