Package org.sonar.python.api.tree
Interface PySliceListTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
PySliceListTreeImpl
public interface PySliceListTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<com.sonar.sslr.api.Token>separators()List<Tree>slices()
-