public class LagartoParserContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
elapsedTime |
protected long |
endTime |
protected java.nio.CharBuffer |
input |
protected int |
offset |
protected long |
startTime |
| Constructor and Description |
|---|
LagartoParserContext(java.nio.CharBuffer input) |
| Modifier and Type | Method and Description |
|---|---|
long |
getElapsedTime()
Returns elapsed time after the parsing is done.
|
long |
getEndTime()
Returns time when parsing stopped or was interrupted.
|
java.nio.CharBuffer |
getInput()
Returns parsing source.
|
int |
getOffset()
Returns offset of current processing.
|
long |
getStartTime()
Returns time when parsing started.
|
protected final java.nio.CharBuffer input
protected long startTime
protected long endTime
protected long elapsedTime
protected int offset
public java.nio.CharBuffer getInput()
public long getStartTime()
public long getEndTime()
public long getElapsedTime()
public int getOffset()
Copyright © 2003-2013 Jodd Team