TypeName is the canonical go type name of the node e.g. "string", "int", "map[string]float64" OR the alias name, if it has been set.
()
| 243 | // e.g. "string", "int", "map[string]float64" |
| 244 | // OR the alias name, if it has been set. |
| 245 | TypeName() string |
| 246 | |
| 247 | // Alias sets a type (alias) name |
| 248 | Alias(typ string) |
no outgoing calls
no test coverage detected