at.knowcenter.wag.exactparser.parsing.results
Class EOFParseResult

java.lang.Object
  extended by at.knowcenter.wag.exactparser.parsing.results.ParseResult
      extended by 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.
 
Fields inherited from class at.knowcenter.wag.exactparser.parsing.results.ParseResult
next_index, start_index
 
Constructor Summary
EOFParseResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

EOFParseResult

public EOFParseResult()


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.