offset property

  1. @override
int offset
override

Return the offset from the beginning of the file to the first character in the syntactic entity.

Implementation

@override
int get offset;
void offset=(int offset)

Set the offset from the beginning of the file to the first character in the token to the given offset.

Implementation

void set offset(int offset);