package local object name
()
| 24 | Pkg() *Package // package to which this object belongs; nil for labels and objects in the Universe scope |
| 25 | Name() string // package local object name |
| 26 | Type() Type // object type |
| 27 | Exported() bool // reports whether the name starts with a capital letter |
| 28 | Id() string // object name if exported, qualified name if not exported (see func Id) |
| 29 |
no outgoing calls