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