|
JSON Version 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.jackson.JsonLocation
public class JsonLocation
Constructor Summary | |
---|---|
JsonLocation(Object srcRef,
long totalChars,
int lineNr,
int colNr)
|
Method Summary | |
---|---|
long |
getByteOffset()
|
long |
getCharOffset()
|
int |
getColumnNr()
|
int |
getLineNr()
|
Object |
getSourceRef()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JsonLocation(Object srcRef, long totalChars, int lineNr, int colNr)
Method Detail |
---|
public Object getSourceRef()
public int getLineNr()
public int getColumnNr()
public long getCharOffset()
public long getByteOffset()
public String toString()
toString
in class Object
|
JSON Version 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |