-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.tree.Tree
Tree.Kind
-
Method Summary
Utility method to return argumentList().arguments() or an empty list when argumentList is null.
Methods inherited from interface org.sonar.plugins.python.api.tree.Expression
type
-
Method Details
-
-
-
argumentList
@CheckForNull
ArgList argumentList()
-
arguments
Utility method to return argumentList().arguments() or an empty list when argumentList is null.
-
-
calleeSymbol
@CheckForNull
default Symbol calleeSymbol()