Interface TupleParameter
-
- All Superinterfaces:
AnyParameter,Tree
- All Known Implementing Classes:
TupleParameterImpl
public interface TupleParameter extends AnyParameter
Python 2 only(
Examples:parameters())(a, b, (c, d))
See https://docs.python.org/2.0/ref/function.html
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokenclosingParenthesis()List<Token>commas()TokenopeningParenthesis()List<AnyParameter>parameters()
-