Interface TypeAliasStatement
- All Known Implementing Classes:
TypeAliasStatementImpl
typeSee https://docs.python.org/3/reference/simple_stmts.html#the-type-statementname()typeParams()=expression()
-
Nested Class Summary
-
Method Summary
-
Method Details
-
typeKeyword
Token typeKeyword() -
name
Name name() -
typeParams
-
equalToken
Token equalToken() -
expression
Expression expression()
-