Uses of Interface
org.sonar.plugins.python.api.tree.Statement
-
Packages that use Statement Package Description org.sonar.plugins.python.api.tree org.sonar.python.quickfix org.sonar.python.tree -
-
Uses of Statement in org.sonar.plugins.python.api.tree
Subinterfaces of Statement in org.sonar.plugins.python.api.tree Modifier and Type Interface Description interfaceAnnotatedAssignmentinterfaceAssertStatementinterfaceAssignmentStatementinterfaceBreakStatementSee https://docs.python.org/3/reference/simple_stmts.html#grammar-token-break-stmtinterfaceCellMagicStatementinterfaceClassDefinterfaceCompoundAssignmentStatementinterfaceContinueStatementSee https://docs.python.org/3/reference/simple_stmts.html#the-continue-statementinterfaceDelStatementinterfaceDynamicObjectInfoStatementinterfaceExecStatementPython 2 only.interfaceExpressionStatementSee https://docs.python.org/3/reference/simple_stmts.html#grammar-token-expression-stmtinterfaceForStatementinterfaceFunctionDefinterfaceGlobalStatementglobalGlobalStatement.variables()interfaceIfStatementif-elif-else statement.interfaceImportFromImport From statementinterfaceImportNameImport statementinterfaceImportStatementImport statement See https://docs.python.org/3/reference/simple_stmts.html#grammar-token-import-stmtinterfaceMatchStatementMatch statementinterfaceNonlocalStatementnonlocalNonlocalStatement.variables()interfacePassStatementhttps://docs.python.org/3/reference/simple_stmts.html#grammar-token-pass-stmtinterfacePrintStatementPython 2 only.interfaceRaiseStatementinterfaceReturnStatementinterfaceTryStatementinterfaceWhileStatementinterfaceWithStatementinterfaceYieldStatementSee https://docs.python.org/3/reference/simple_stmts.html#grammar-token-yield-stmtMethods in org.sonar.plugins.python.api.tree that return types with arguments of type Statement Modifier and Type Method Description List<Statement>StatementList. statements() -
Uses of Statement in org.sonar.python.quickfix
Methods in org.sonar.python.quickfix with parameters of type Statement Modifier and Type Method Description static PythonTextEditTextEditUtils. removeStatement(Statement statement) -
Uses of Statement in org.sonar.python.tree
Classes in org.sonar.python.tree that implement Statement Modifier and Type Class Description classAnnotatedAssignmentImplclassAssertStatementImplclassAssignmentStatementImplclassBreakStatementImplclassCellMagicStatementImplclassClassDefImplclassCompoundAssignmentStatementImplclassContinueStatementImplclassDelStatementImplclassDynamicObjectInfoStatementImplclassExecStatementImplclassExpressionStatementImplclassForStatementImplclassFunctionDefImplclassGlobalStatementImplclassIfStatementImplclassImportFromImplclassImportNameImplclassMatchStatementImplclassNonlocalStatementImplclassPassStatementImplclassPrintStatementImplclassRaiseStatementImplclassReturnStatementImplclassTryStatementImplclassWhileStatementImplclassWithStatementImplclassYieldStatementImplMethods in org.sonar.python.tree that return Statement Modifier and Type Method Description protected StatementIPythonTreeMaker. statement(StatementWithSeparator statementWithSeparator)protected StatementPythonTreeMaker. statement(StatementWithSeparator statementWithSeparator)Methods in org.sonar.python.tree that return types with arguments of type Statement Modifier and Type Method Description List<Statement>StatementListImpl. statements()Constructor parameters in org.sonar.python.tree with type arguments of type Statement Constructor Description StatementListImpl(List<Statement> statements)
-