Uses of Interface
org.sonar.plugins.python.api.tree.TypeAliasStatement
Packages that use TypeAliasStatement
Package
Description
-
Uses of TypeAliasStatement in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree with parameters of type TypeAliasStatementModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitTypeAliasStatement(TypeAliasStatement typeAliasStatement) voidTreeVisitor.visitTypeAliasStatement(TypeAliasStatement typeAliasStatement) -
Uses of TypeAliasStatement in org.sonar.python.semantic.v2
Methods in org.sonar.python.semantic.v2 with parameters of type TypeAliasStatementModifier and TypeMethodDescriptionvoidWriteUsagesVisitor.visitTypeAliasStatement(TypeAliasStatement typeAliasStatement) -
Uses of TypeAliasStatement in org.sonar.python.tree
Classes in org.sonar.python.tree that implement TypeAliasStatementMethods in org.sonar.python.tree that return TypeAliasStatementModifier and TypeMethodDescriptionPythonTreeMaker.typeAliasStatement(StatementWithSeparator statementWithSeparator)