Searched defs:ifExpr (Results 1 – 1 of 1) sorted by relevance
601 type ifExpr struct { struct602 condition starlarkExpr603 ifTrue starlarkExpr604 ifFalse starlarkExpr607 func (i *ifExpr) emit(gctx *generationContext) {617 func (i *ifExpr) typ() starlarkType {630 func (i *ifExpr) emitListVarCopy(gctx *generationContext) {634 func (i *ifExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {