Package org.sonar.python.api.tree
Interface PyArgListTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
PyArgListTreeImpl
public interface PyArgListTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PyArgumentTree>arguments()
-
-
-
Method Detail
-
arguments
List<PyArgumentTree> arguments()
-
-