| |
|
| java.lang.Object xtc.parser.Column
Column | abstract public class Column (Code) | | The superclass of memoization table columns.
author: Robert Grimm version: $Revision: 1.4 $ |
Field Summary | |
public int | column The current column. | public String | file The file name. | public int | line The current line. | public boolean | seenCR The flag for whether the previous character was a carriage
return. |
column | public int column(Code) | | The current column.
|
line | public int line(Code) | | The current line.
|
seenCR | public boolean seenCR(Code) | | The flag for whether the previous character was a carriage
return.
|
|
|
|