Uses of Interface
org.sonar.plugins.python.api.tree.Trivia
-
Packages that use Trivia Package Description org.sonar.plugins.python.api.tree org.sonar.python.metrics org.sonar.python.tree -
-
Uses of Trivia in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree that return types with arguments of type Trivia Modifier and Type Method Description List<Trivia>Token. trivia() -
Uses of Trivia in org.sonar.python.metrics
Methods in org.sonar.python.metrics with parameters of type Trivia Modifier and Type Method Description static booleanFileLinesVisitor. containsNoSonarComment(Trivia trivia) -
Uses of Trivia in org.sonar.python.tree
Classes in org.sonar.python.tree that implement Trivia Modifier and Type Class Description classTriviaImplMethods in org.sonar.python.tree that return types with arguments of type Trivia Modifier and Type Method Description List<Trivia>TokenImpl. trivia()
-