Interface TypeAnnotation
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
TypeAnnotationImpl
public interface TypeAnnotation extends Tree
:
or (return type annotation)expression()
See https://www.python.org/dev/peps/pep-0484/ See https://www.python.org/dev/peps/pep-0526/->expression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expressionexpression()
-
-
-
Method Detail
-
expression
Expression expression()
-
-