Searched defs:identifierExpr (Results 1 – 1 of 1) sorted by relevance
645 type identifierExpr struct { struct646 name string649 func (i *identifierExpr) emit(gctx *generationContext) {653 func (i *identifierExpr) typ() starlarkType {657 func (i *identifierExpr) emitListVarCopy(gctx *generationContext) {661 func (i *identifierExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {