TypeName should return the name of the type.
()
| 27 | type Object interface { |
| 28 | // TypeName should return the name of the type. |
| 29 | TypeName() string |
| 30 | |
| 31 | // String should return a string representation of the type's value. |
| 32 | String() string |
no outgoing calls