Uses of Interface
org.sonar.plugins.python.api.tree.NoneExpression
Packages that use NoneExpression
Package
Description
-
Uses of NoneExpression in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree with parameters of type NoneExpressionModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitNone(NoneExpression pyNoneExpressionTree) voidTreeVisitor.visitNone(NoneExpression noneExpression) -
Uses of NoneExpression in org.sonar.python.semantic.v2.types
Methods in org.sonar.python.semantic.v2.types with parameters of type NoneExpressionModifier and TypeMethodDescriptionvoidTrivialTypeInferenceVisitor.visitNone(NoneExpression noneExpression) -
Uses of NoneExpression in org.sonar.python.tree
Classes in org.sonar.python.tree that implement NoneExpression