Searched defs:IndexListExpr (Results 1 – 1 of 1) sorted by relevance
346 IndexListExpr struct { struct347 X Expr // expression348 Lbrack token.Pos // position of "["349 Indices []Expr // index expressions350 Rbrack token.Pos // position of "]"494 func (x *IndexListExpr) Pos() token.Pos { return x.X.Pos() }528 func (x *IndexListExpr) End() token.Pos { return x.Rbrack + 1 }559 func (*IndexListExpr) exprNode() {}