Searched defs:binaryOpExpr (Results 1 – 1 of 1) sorted by relevance
701 type binaryOpExpr struct { struct702 left, right starlarkExpr703 op string704 returnType starlarkType707 func (b *binaryOpExpr) emit(gctx *generationContext) {713 func (b *binaryOpExpr) typ() starlarkType {717 func (b *binaryOpExpr) emitListVarCopy(gctx *generationContext) {721 func (b *binaryOpExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {