Uses of Interface
org.sonar.plugins.python.api.tree.Parameter
Packages that use Parameter
-
Uses of Parameter in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree that return types with arguments of type ParameterModifier and TypeMethodDescriptionParameterList.nonTuple()Note that tuple in parameters are allowed only in Python 2.Methods in org.sonar.plugins.python.api.tree with parameters of type ParameterModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitParameter(Parameter tree) voidTreeVisitor.visitParameter(Parameter parameter) -
Uses of Parameter in org.sonar.python.tree
Classes in org.sonar.python.tree that implement ParameterMethods in org.sonar.python.tree that return types with arguments of type ParameterModifier and TypeMethodDescriptionParameterListImpl.nonTuple()TreeUtils.nonTupleParameters(FunctionDef functionDef) TreeUtils.positionalParameters(FunctionDef functionDef)