Uses of Interface
org.sonar.plugins.python.api.tree.NumericLiteral
Packages that use NumericLiteral
Package
Description
-
Uses of NumericLiteral in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree with parameters of type NumericLiteralModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitNumericLiteral(NumericLiteral pyNumericLiteralTree) voidTreeVisitor.visitNumericLiteral(NumericLiteral numericLiteral) -
Uses of NumericLiteral in org.sonar.python.semantic.v2.types
Methods in org.sonar.python.semantic.v2.types with parameters of type NumericLiteralModifier and TypeMethodDescriptionvoidTrivialTypeInferenceVisitor.visitNumericLiteral(NumericLiteral numericLiteral) -
Uses of NumericLiteral in org.sonar.python.tree
Classes in org.sonar.python.tree that implement NumericLiteral