Home
last modified time | relevance | path

Searched defs:SliceExpr (Results 1 – 1 of 1) sorted by relevance

/external/starlark-go/syntax/
Dsyntax.go504 type SliceExpr struct { struct
505 commentsRef
506 X Expr
507 Lbrack Position
508 Lo, Hi, Step Expr // all optional
509 Rbrack Position
512 func (x *SliceExpr) Span() (start, end Position) {