at.knowcenter.wag.exactparser.parsing.results
Class EOFParseResult
java.lang.Object
at.knowcenter.wag.exactparser.parsing.results.ParseResult
at.knowcenter.wag.exactparser.parsing.results.EOFParseResult
public class EOFParseResult
- extends ParseResult
The result of parsing the End Of File marker.
- Author:
- wprinz
Field Summary |
int |
eof_end_index
The index of the byte after the EOF marker. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eof_end_index
public int eof_end_index
- The index of the byte after the EOF marker.
A newline is not necessary after the EOF marker, but if it is present it will be considered
as part of it.
So eof_end_index marks this newline.
If eof_end_index == next_index, then no new line is present.
EOFParseResult
public EOFParseResult()
Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.