Uses of Interface
org.sonar.plugins.python.api.tree.FunctionDef
Packages that use FunctionDef
Package
Description
-
Uses of FunctionDef in org.sonar.plugins.python.api.cfg
Methods in org.sonar.plugins.python.api.cfg with parameters of type FunctionDefModifier and TypeMethodDescriptionstatic ControlFlowGraphControlFlowGraph.build(FunctionDef functionDef, PythonFile file) -
Uses of FunctionDef in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree with parameters of type FunctionDefModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitFunctionDef(FunctionDef pyFunctionDefTree) voidTreeVisitor.visitFunctionDef(FunctionDef functionDef) -
Uses of FunctionDef in org.sonar.python.cfg.fixpoint
Methods in org.sonar.python.cfg.fixpoint with parameters of type FunctionDefModifier and TypeMethodDescriptionvoidReadWriteVisitor.visitFunctionDef(FunctionDef functionDef) -
Uses of FunctionDef in org.sonar.python.metrics
Methods in org.sonar.python.metrics with parameters of type FunctionDefModifier and TypeMethodDescriptionvoidCognitiveComplexityVisitor.visitFunctionDef(FunctionDef pyFunctionDefTree) voidComplexityVisitor.visitFunctionDef(FunctionDef pyFunctionDefTree) -
Uses of FunctionDef in org.sonar.python.tree
Classes in org.sonar.python.tree that implement FunctionDefMethods in org.sonar.python.tree that return FunctionDefModifier and TypeMethodDescriptionPythonTreeMaker.funcDefStatement(com.sonar.sslr.api.AstNode astNode) Methods in org.sonar.python.tree that return types with arguments of type FunctionDefModifier and TypeMethodDescriptionstatic List<FunctionDef>TreeUtils.topLevelFunctionDefs(ClassDef classDef) Collects all top-level function definitions within a class def.Methods in org.sonar.python.tree with parameters of type FunctionDefModifier and TypeMethodDescriptionstatic FunctionSymbolTreeUtils.getFunctionSymbolFromDef(FunctionDef functionDef) TreeUtils.nonTupleParameters(FunctionDef functionDef) TreeUtils.positionalParameters(FunctionDef functionDef)