Interface ParameterList
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
ParameterListImpl
public interface ParameterList extends Tree
See https://docs.python.org/3/reference/compound_stmts.html#grammar-token-parameter-list
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AnyParameter>all()List<Parameter>nonTuple()Note that tuple in parameters are allowed only in Python 2.
-
-
-
Method Detail
-
all
List<AnyParameter> all()
-
-