Uses of Interface
org.sonar.plugins.python.api.tree.NoneExpression
Packages that use NoneExpression
-
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.tree
Classes in org.sonar.python.tree that implement NoneExpression