Package org.sonar.python.api.tree
Interface ArgList
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
ArgListImpl
public interface ArgList extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Argument>arguments()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-