Uses of Interface
org.sonar.plugins.python.api.tree.TypeAliasStatement
-
Packages that use TypeAliasStatement Package Description org.sonar.plugins.python.api.tree org.sonar.python.tree -
-
Uses of TypeAliasStatement in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree with parameters of type TypeAliasStatement Modifier and Type Method Description voidBaseTreeVisitor. visitTypeAliasStatement(TypeAliasStatement typeAliasStatement)voidTreeVisitor. visitTypeAliasStatement(TypeAliasStatement typeAliasStatement) -
Uses of TypeAliasStatement in org.sonar.python.tree
Classes in org.sonar.python.tree that implement TypeAliasStatement Modifier and Type Class Description classTypeAliasStatementImplMethods in org.sonar.python.tree that return TypeAliasStatement Modifier and Type Method Description TypeAliasStatementPythonTreeMaker. typeAliasStatement(StatementWithSeparator statementWithSeparator)
-