Interface SliceItem

All Superinterfaces:
Tree
All Known Implementing Classes:
SliceItemImpl

public interface SliceItem extends Tree
   lowerBound() boundSeparator() upperBound() strideSeparator() stride()
 
Examples:
  • 1:10
  • 1:10:2
  • 1:
  • 1:
  • :10
  • :
https://docs.python.org/3/reference/expressions.html#slicings
  • Method Details

    • lowerBound

      @CheckForNull Expression lowerBound()
    • boundSeparator

      Token boundSeparator()
    • upperBound

      @CheckForNull Expression upperBound()
    • strideSeparator

      @CheckForNull Token strideSeparator()
    • stride

      @CheckForNull Expression stride()