Package org.sonar.python.api.tree
Interface PyParameterListTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
PyParameterListTreeImpl
public interface PyParameterListTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PyAnyParameterTree>all()List<PyParameterTree>nonTuple()
-
-
-
Method Detail
-
nonTuple
List<PyParameterTree> nonTuple()
-
all
List<PyAnyParameterTree> all()
-
-