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 dash, Token gt, Expression expression) TypeAnnotationImpl(Token colonToken, Token starToken, Expression expression, Tree.Kind kind) -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
TypeAnnotationImpl
public TypeAnnotationImpl(Token colonToken, @Nullable Token starToken, Expression expression, Tree.Kind kind) -
TypeAnnotationImpl
-
-
Method Details
-
expression
- Specified by:
expressionin interfaceTypeAnnotation
-
accept
-
computeChildren
-
getKind
-