public abstract class Column
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
column
The current column.
|
java.lang.String |
file
The file name.
|
int |
line
The current line.
|
boolean |
seenCR
The flag for whether the previous character was a carriage
return.
|
| Constructor and Description |
|---|
Column() |
Copyright © 2012. All Rights Reserved.