Package org.sonar.python.api.tree
Interface ParameterList
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
ParameterListImpl
public interface ParameterList extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AnyParameter>all()List<Parameter>nonTuple()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
all
List<AnyParameter> all()
-
-