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

java.lang.Object
  extended by at.knowcenter.wag.exactparser.parsing.results.ParseResult
Direct Known Subclasses:
BooleanParseResult, ContainerParseResult, EOFParseResult, FooterParseResult, HeaderParseResult, IndirectObjectReferenceParseResult, IntegerParseResult, NameParseResult, NullParseResult, NumberParseResult, ObjectHeaderParseResult, ObjectParseResult, StartXRefParseResult, TrailerParseResult, XRefLineParseResult, XRefSectionParseResult, XRefSubSectionParseResult

public class ParseResult
extends Object

Base class of all parse results.

Author:
wprinz

Field Summary
 int next_index
          The index of the next entity following the currently parsed entity.
 int start_index
          The start index, where the parser started its work and where the parsed entity begins.
 
Constructor Summary
ParseResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start_index

public int start_index
The start index, where the parser started its work and where the parsed entity begins.


next_index

public int next_index
The index of the next entity following the currently parsed entity.

This is the index of the first byte not belonging to this entity anymore.

Constructor Detail

ParseResult

public ParseResult()


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