Package org.sonar.python.tree
Class PyParameterListTreeImpl
- java.lang.Object
-
- org.sonar.python.tree.PyTree
-
- org.sonar.python.tree.PyParameterListTreeImpl
-
- All Implemented Interfaces:
PyParameterListTree,Tree
public class PyParameterListTreeImpl extends PyTree implements PyParameterListTree
-
-
Constructor Summary
Constructors Constructor Description PyParameterListTreeImpl(com.sonar.sslr.api.AstNode node, List<PyAnyParameterTree> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(PyTreeVisitor visitor)List<PyAnyParameterTree>all()List<Tree>children()Tree.KindgetKind()List<PyParameterTree>nonTuple()-
Methods inherited from class org.sonar.python.tree.PyTree
astNode, firstToken, is, lastToken, parent, setParent
-
-
-
-
Constructor Detail
-
PyParameterListTreeImpl
public PyParameterListTreeImpl(com.sonar.sslr.api.AstNode node, List<PyAnyParameterTree> parameters)
-
-
Method Detail
-
nonTuple
public List<PyParameterTree> nonTuple()
- Specified by:
nonTuplein interfacePyParameterListTree
-
all
public List<PyAnyParameterTree> all()
- Specified by:
allin interfacePyParameterListTree
-
accept
public void accept(PyTreeVisitor visitor)
-
-