Uses of Interface
org.sonar.python.api.tree.Argument
-
Packages that use Argument Package Description org.sonar.python.api.tree org.sonar.python.tree -
-
Uses of Argument in org.sonar.python.api.tree
Methods in org.sonar.python.api.tree that return types with arguments of type Argument Modifier and Type Method Description List<Argument>ArgList. arguments()List<Argument>CallExpression. arguments()Utility method to returnargumentList().arguments()or an empty list when argumentList is null.Methods in org.sonar.python.api.tree with parameters of type Argument Modifier and Type Method Description voidTreeVisitor. visitArgument(Argument argument) -
Uses of Argument in org.sonar.python.tree
Classes in org.sonar.python.tree that implement Argument Modifier and Type Class Description classArgumentImplMethods in org.sonar.python.tree that return Argument Modifier and Type Method Description ArgumentPythonTreeMaker. argument(com.sonar.sslr.api.AstNode astNode)Methods in org.sonar.python.tree that return types with arguments of type Argument Modifier and Type Method Description List<Argument>ArgListImpl. arguments()List<Argument>CallExpressionImpl. arguments()Methods in org.sonar.python.tree with parameters of type Argument Modifier and Type Method Description voidBaseTreeVisitor. visitArgument(Argument pyArgumentTree)Constructor parameters in org.sonar.python.tree with type arguments of type Argument Constructor Description ArgListImpl(com.sonar.sslr.api.AstNode node, List<Argument> arguments)
-