Interface TypeAliasStatement
-
- All Known Implementing Classes:
TypeAliasStatementImpl
public interface TypeAliasStatement extends Statement
type
See https://docs.python.org/3/reference/simple_stmts.html#the-type-statementname()typeParams()=expression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokenequalToken()Expressionexpression()Namename()TokentypeKeyword()TypeParamstypeParams()
-
-
-
Method Detail
-
typeKeyword
Token typeKeyword()
-
name
Name name()
-
typeParams
@CheckForNull TypeParams typeParams()
-
equalToken
Token equalToken()
-
expression
Expression expression()
-
-