Interface ReturnStatement
- All Known Implementing Classes:
ReturnStatementImpl
return expressions()
See https://docs.python.org/3/reference/simple_stmts.html#grammar-token-return-stmt-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptioncommas()default InferredTypeInfers the type of the returned value that would result from the execution of this return statement.
-
Method Details
-
returnKeyword
Token returnKeyword() -
expressions
List<Expression> expressions() -
commas
-
returnValueType
Infers the type of the returned value that would result from the execution of this return statement.
-