Uses of Interface
org.sonar.plugins.python.api.tree.TypeAliasStatement
Packages that use TypeAliasStatement
-
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.tree
Classes in org.sonar.python.tree that implement TypeAliasStatementMethods in org.sonar.python.tree that return TypeAliasStatementModifier and TypeMethodDescriptionPythonTreeMaker.typeAliasStatement(StatementWithSeparator statementWithSeparator)