object type
()
| 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 | |
| 30 | // String returns a human-readable string of the object. |
no outgoing calls
no test coverage detected