Searched defs:boolLiteralExpr (Results 1 – 1 of 1) sorted by relevance
94 type boolLiteralExpr struct { struct95 literal bool98 func (b *boolLiteralExpr) emit(gctx *generationContext) {106 func (_ *boolLiteralExpr) typ() starlarkType {110 func (b *boolLiteralExpr) emitListVarCopy(gctx *generationContext) {114 func (b *boolLiteralExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {