public class ParseStatus extends Object
| Constructor and Description |
|---|
ParseStatus() |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorIndex() |
String |
getErrorMessage() |
int |
getParseLength() |
boolean |
isError() |
void |
reset() |
public void reset()
public boolean isError()
public int getErrorIndex()
public int getParseLength()
public String getErrorMessage()