NewSelect create a field traversal Expr value.
(operand ast.Expr, field string)
| 286 | |
| 287 | // NewSelect create a field traversal Expr value. |
| 288 | NewSelect(operand ast.Expr, field string) ast.Expr |
| 289 | |
| 290 | // OffsetLocation returns the Location of the expression identifier. |
| 291 | OffsetLocation(exprID int64) common.Location |
no outgoing calls
no test coverage detected