Uses of Interface
org.sonar.plugins.python.api.tree.Statement
Packages that use Statement
Package
Description
-
Uses of Statement in org.sonar.plugins.python.api.tree
Subinterfaces of Statement in org.sonar.plugins.python.api.treeModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceSee https://docs.python.org/3/reference/simple_stmts.html#grammar-token-break-stmtinterfaceinterfaceinterfaceinterfaceSee https://docs.python.org/3/reference/simple_stmts.html#the-continue-statementinterfaceinterfaceinterfacePython 2 only.interfaceSee https://docs.python.org/3/reference/simple_stmts.html#grammar-token-expression-stmtinterfaceinterfaceinterfaceglobalGlobalStatement.variables()interfaceif-elif-else statement.interfaceImport From statementinterfaceImport statementinterfaceImport statement See https://docs.python.org/3/reference/simple_stmts.html#grammar-token-import-stmtinterfaceMatch statementinterfacenonlocalNonlocalStatement.variables()interfacehttps://docs.python.org/3/reference/simple_stmts.html#grammar-token-pass-stmtinterfacePython 2 only.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceSee 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 -
Uses of Statement in org.sonar.python.quickfix
Methods in org.sonar.python.quickfix with parameters of type StatementModifier and TypeMethodDescriptionstatic PythonTextEditTextEditUtils.removeStatement(Statement statement) -
Uses of Statement in org.sonar.python.semantic.v2.types
Methods in org.sonar.python.semantic.v2.types that return types with arguments of type StatementModifier and TypeMethodDescriptionPropagationVisitor.assignmentsByAssignmentStatement()PropagationVisitor.definitionsByDefinitionStatement()Methods in org.sonar.python.semantic.v2.types with parameters of type StatementModifier and TypeMethodDescriptionvoidPropagationVisitor.propagateImportToAliasedName(AliasedName aliasedName, Statement importName) Constructor parameters in org.sonar.python.semantic.v2.types with type arguments of type StatementModifierConstructorDescriptionFlowSensitiveTypeInference(TypeTable typeTable, Set<SymbolV2> trackedVars, Map<Statement, Assignment> assignmentsByAssignmentStatement, Map<Statement, Set<Definition>> definitionsByDefinitionStatement, Map<String, PythonType> parameterTypesByName) -
Uses of Statement in org.sonar.python.tree
Classes in org.sonar.python.tree that implement StatementModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.sonar.python.tree that return StatementModifier and TypeMethodDescriptionprotected StatementIPythonTreeMaker.statement(StatementWithSeparator statementWithSeparator) protected StatementPythonTreeMaker.statement(StatementWithSeparator statementWithSeparator) Methods in org.sonar.python.tree that return types with arguments of type StatementConstructor parameters in org.sonar.python.tree with type arguments of type Statement