Package org.sonar.python.tree
Class TypeAnnotationImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.TypeAnnotationImpl
- All Implemented Interfaces:
Tree,TypeAnnotation
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionTypeAnnotationImpl(Token colonToken, Expression expression, Tree.Kind kind) TypeAnnotationImpl(Token dash, Token gt, Expression expression) -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
TypeAnnotationImpl
-
TypeAnnotationImpl
-
-
Method Details
-
expression
- Specified by:
expressionin interfaceTypeAnnotation
-
accept
-
computeChildren
-
getKind
-