Package org.sonar.iac.docker.tree.api
Interface SyntaxToken
-
- All Superinterfaces:
DockerTree,HasComments,HasTextRange,IacToken,TextTree,Tree
- All Known Implementing Classes:
SyntaxTokenImpl
public interface SyntaxToken extends DockerTree, IacToken
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.iac.docker.tree.api.DockerTree
DockerTree.Kind
-
-
Method Summary
-
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.HasComments
comments
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
-