Searched defs:Object (Results 1 – 3 of 3) sorted by relevance
81 type Object struct { struct83 Type string84 Class string85 Options []Option90 func (ob Object) Config() string {
209 Object() bool methodSpec
245 func (mod *Module) Object() bool { func