#include <cspan_t.h>
Data Fields | |
| int | col0 |
| int | col1 |
| input * | input |
| Input object where the span comes from. | |
| int | line0 |
| int | line1 |
A coordinate span records the coordinates of a source code fragment. It can span multiple lines, but not multiple input objects.
Definition at line 37 of file cspan_t.h.
1.4.7