Searched defs:inExpr (Results 1 – 1 of 1) sorted by relevance
490 type inExpr struct { struct491 expr starlarkExpr492 list starlarkExpr493 isNot bool496 func (i *inExpr) emit(gctx *generationContext) {506 func (_ *inExpr) typ() starlarkType {510 func (i *inExpr) emitListVarCopy(gctx *generationContext) {514 func (i *inExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {