Searched defs:LoadStmt (Results 1 – 1 of 1) sorted by relevance
173 type LoadStmt struct { struct174 commentsRef175 Load Position176 Module *Literal // a string177 From []*Ident // name defined in loading module178 To []*Ident // name in loaded module179 Rparen Position182 func (x *LoadStmt) Span() (start, end Position) {187 func (x *LoadStmt) ModuleName() string { return x.Module.Value.(string) }