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