AsIdent adapts the expr into an identifier string. The Kind() must be equal to an IdentKind for the conversion to be well-defined.
()
| 75 | // |
| 76 | // The Kind() must be equal to an IdentKind for the conversion to be well-defined. |
| 77 | AsIdent() string |
| 78 | |
| 79 | // AsLiteral adapts the expr into a constant ref.Val. |
| 80 | // |
no outgoing calls