SetType sets evaluation type to the expression.
(tp *types.FieldType)
| 71 | Node |
| 72 | // SetType sets evaluation type to the expression. |
| 73 | SetType(tp *types.FieldType) |
| 74 | // GetType gets the evaluation type of the expression. |
| 75 | GetType() *types.FieldType |
| 76 | // SetFlag sets flag to the expression. |
no outgoing calls