Package org.sonar.python.tree
Class PyDottedNameTreeImpl
- java.lang.Object
-
- org.sonar.python.tree.PyTree
-
- org.sonar.python.tree.PyDottedNameTreeImpl
-
- All Implemented Interfaces:
PyDottedNameTree,Tree
public class PyDottedNameTreeImpl extends PyTree implements PyDottedNameTree
-
-
Constructor Summary
Constructors Constructor Description PyDottedNameTreeImpl(com.sonar.sslr.api.AstNode astNode, List<PyNameTree> names)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(PyTreeVisitor visitor)List<Tree>children()Tree.KindgetKind()List<PyNameTree>names()-
Methods inherited from class org.sonar.python.tree.PyTree
astNode, firstToken, is, lastToken, parent, setParent
-
-
-
-
Constructor Detail
-
PyDottedNameTreeImpl
public PyDottedNameTreeImpl(com.sonar.sslr.api.AstNode astNode, List<PyNameTree> names)
-
-
Method Detail
-
names
public List<PyNameTree> names()
- Specified by:
namesin interfacePyDottedNameTree
-
accept
public void accept(PyTreeVisitor visitor)
-
-