xtc.parser
Class Column

java.lang.Object
  extended by xtc.parser.Column

public abstract class Column
extends java.lang.Object

The superclass of memoization table columns.

Version:
$Revision: 1.4 $
Author:
Robert Grimm

Field Summary
 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 Summary
Column()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

public java.lang.String file
The file name.


seenCR

public boolean seenCR
The flag for whether the previous character was a carriage return.


line

public int line
The current line.


column

public int column
The current column.

Constructor Detail

Column

public Column()


Copyright © 2012. All Rights Reserved.