Interface TupleParameter
- All Superinterfaces:
AnyParameter,Tree
- All Known Implementing Classes:
TupleParameterImpl
Python 2 only
(parameters())
Examples:
(a, b, (c, d))See https://docs.python.org/2.0/ref/function.html
-
Nested Class Summary
-
Method Summary
-
Method Details
-
openingParenthesis
Token openingParenthesis() -
parameters
List<AnyParameter> parameters() -
commas
-
closingParenthesis
Token closingParenthesis()
-