Uses of Interface
org.sonar.python.api.tree.PyTypeAnnotationTree
-
Packages that use PyTypeAnnotationTree Package Description org.sonar.python.api.tree org.sonar.python.tree -
-
Uses of PyTypeAnnotationTree in org.sonar.python.api.tree
Methods in org.sonar.python.api.tree that return PyTypeAnnotationTree Modifier and Type Method Description PyTypeAnnotationTreePyFunctionDefTree. returnTypeAnnotation()-> returnTypePyTypeAnnotationTreePyParameterTree. typeAnnotation()Methods in org.sonar.python.api.tree with parameters of type PyTypeAnnotationTree Modifier and Type Method Description voidPyTreeVisitor. visitTypeAnnotation(PyTypeAnnotationTree tree) -
Uses of PyTypeAnnotationTree in org.sonar.python.tree
Classes in org.sonar.python.tree that implement PyTypeAnnotationTree Modifier and Type Class Description classPyTypeAnnotationTreeImplMethods in org.sonar.python.tree that return PyTypeAnnotationTree Modifier and Type Method Description PyTypeAnnotationTreePyFunctionDefTreeImpl. returnTypeAnnotation()PyTypeAnnotationTreePyParameterTreeImpl. typeAnnotation()Methods in org.sonar.python.tree with parameters of type PyTypeAnnotationTree Modifier and Type Method Description voidBaseTreeVisitor. visitTypeAnnotation(PyTypeAnnotationTree tree)Constructors in org.sonar.python.tree with parameters of type PyTypeAnnotationTree Constructor Description PyFunctionDefTreeImpl(com.sonar.sslr.api.AstNode astNode, List<PyDecoratorTree> decorators, com.sonar.sslr.api.Token asyncKeyword, com.sonar.sslr.api.Token defKeyword, PyNameTree name, com.sonar.sslr.api.Token leftPar, PyParameterListTree parameters, com.sonar.sslr.api.Token rightPar, PyTypeAnnotationTree returnType, com.sonar.sslr.api.Token colon, PyStatementListTree body, boolean isMethodDefinition, com.sonar.sslr.api.Token docstring)PyParameterTreeImpl(com.sonar.sslr.api.AstNode node, com.sonar.sslr.api.Token starToken, PyNameTree name, PyTypeAnnotationTree annotation, com.sonar.sslr.api.Token equalToken, PyExpressionTree defaultValue)
-