Package org.sonar.iac.docker.tree.impl
Class UserTreeImpl
- java.lang.Object
-
- org.sonar.iac.docker.tree.impl.DockerTreeImpl
-
- org.sonar.iac.docker.tree.impl.InstructionTreeImpl
-
- org.sonar.iac.docker.tree.impl.UserTreeImpl
-
- All Implemented Interfaces:
HasTextRange,Tree,DockerTree,InstructionTree,UserTree
public class UserTreeImpl extends InstructionTreeImpl implements UserTree
-
-
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.InstructionTreeImpl
keyword
-
Fields inherited from class org.sonar.iac.docker.tree.impl.DockerTreeImpl
parent, textRange
-
-
Constructor Summary
Constructors Constructor Description UserTreeImpl(SyntaxToken keyword, SyntaxToken user, SyntaxToken colon, SyntaxToken group)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Tree>children()SyntaxTokencolon()DockerTree.KindgetKind()SyntaxTokengroup()SyntaxTokenuser()-
Methods inherited from class org.sonar.iac.docker.tree.impl.InstructionTreeImpl
keyword
-
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
-
Methods inherited from interface org.sonar.iac.docker.tree.api.InstructionTree
keyword
-
-
-
-
Constructor Detail
-
UserTreeImpl
public UserTreeImpl(SyntaxToken keyword, SyntaxToken user, @Nullable SyntaxToken colon, @Nullable SyntaxToken group)
-
-
Method Detail
-
user
public SyntaxToken user()
-
colon
@Nullable public SyntaxToken colon()
-
group
@Nullable public SyntaxToken group()
-
getKind
public DockerTree.Kind getKind()
- Specified by:
getKindin interfaceDockerTree
-
-