//\{\{\{ Set up some instance variables
// this is to avoid having to pass around lots and lots of
// parameters.
this.tokenHandler = tokenHandler;
this.line = line;

lastOffset = line.offset;
lineLength = line.count + line.offset;

context = new LineContext();

...
