|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.knowcenter.wag.exactparser.parsing.results.ParseResult
public class ParseResult
Base class of all parse results.
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 |
---|
public int start_index
public int next_index
This is the index of the first byte not belonging to this entity anymore.
Constructor Detail |
---|
public ParseResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |