Contract for stateful iterators, tokenizers etc which have the concept of a 'current position'.
no type hierarchy
no supertypes hierarchy
Attributes | |
column | Source Codeshared formal Integer column The column number within the current line. |
line | Source Codeshared formal Integer line The line number within the input. |
location | Source Codeshared String location A string descriptor of the current position. |
position | Source Codeshared formal Integer position The position (in characters) within the input. |
Inherited Attributes |
Attributes inherited from: Object |