Uses of Interface
org.sonar.plugins.python.api.tree.WithItem
-
Packages that use WithItem Package Description org.sonar.plugins.python.api.tree org.sonar.python.tree -
-
Uses of WithItem in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree that return types with arguments of type WithItem Modifier and Type Method Description List<WithItem>WithStatement. withItems()Methods in org.sonar.plugins.python.api.tree with parameters of type WithItem Modifier and Type Method Description voidBaseTreeVisitor. visitWithItem(WithItem withItem)voidTreeVisitor. visitWithItem(WithItem withItem) -
Uses of WithItem in org.sonar.python.tree
Classes in org.sonar.python.tree that implement WithItem Modifier and Type Class Description static classWithStatementImpl.WithItemImplMethods in org.sonar.python.tree that return types with arguments of type WithItem Modifier and Type Method Description List<WithItem>WithStatementImpl. withItems()Constructor parameters in org.sonar.python.tree with type arguments of type WithItem Constructor Description WithStatementImpl(Token withKeyword, Token openParens, List<WithItem> withItems, List<Token> commas, Token closeParens, Token colon, Token newLine, Token indent, StatementList statements, Token dedent, Token asyncKeyword)
-