Searched defs:concatExpr (Results 1 – 1 of 1) sorted by relevance
438 type concatExpr struct { struct439 items []starlarkExpr442 func (c *concatExpr) emit(gctx *generationContext) {468 func (_ *concatExpr) typ() starlarkType {472 func (c *concatExpr) emitListVarCopy(gctx *generationContext) {476 func (c *concatExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {