Package org.sonar.python.api.tree
Interface TypeAnnotation
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
TypeAnnotationImpl
public interface TypeAnnotation extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokencolonToken()Tokendash()Expressionexpression()Tokengt()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
colonToken
@CheckForNull Token colonToken()
-
dash
@CheckForNull Token dash()
-
gt
@CheckForNull Token gt()
-
expression
Expression expression()
-
-