Package org.sonar.iac.docker.tree.api
Interface UserTree
-
- All Superinterfaces:
DockerTree,HasTextRange,InstructionTree,Tree
- All Known Implementing Classes:
UserTreeImpl
public interface UserTree extends InstructionTree
-
-
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 SyntaxTokencolon()SyntaxTokengroup()SyntaxTokenuser()-
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.InstructionTree
keyword
-
-
-
-
Method Detail
-
user
SyntaxToken user()
-
colon
@Nullable SyntaxToken colon()
-
group
@Nullable SyntaxToken group()
-
-