Package org.sonar.python.tree
Class DottedNameImpl
- java.lang.Object
-
- org.sonar.python.tree.PyTree
-
- org.sonar.python.tree.DottedNameImpl
-
- All Implemented Interfaces:
DottedName,Tree
public class DottedNameImpl extends PyTree implements DottedName
-
-
Field Summary
-
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken
-
-
Constructor Summary
Constructors Constructor Description DottedNameImpl(List<Name> names)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(TreeVisitor visitor)List<Tree>computeChildren()Tree.KindgetKind()List<Name>names()-
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
-
-
-
Method Detail
-
names
public List<Name> names()
- Specified by:
namesin interfaceDottedName
-
accept
public void accept(TreeVisitor visitor)
-
-