JSON
Version 1.0

org.codehaus.jackson
Class JsonLocation

java.lang.Object
  extended by org.codehaus.jackson.JsonLocation

public class JsonLocation
extends Object


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

JsonLocation

public JsonLocation(Object srcRef,
                    long totalChars,
                    int lineNr,
                    int colNr)
Method Detail

getSourceRef

public Object getSourceRef()

getLineNr

public int getLineNr()

getColumnNr

public int getColumnNr()

getCharOffset

public long getCharOffset()

getByteOffset

public long getByteOffset()

toString

public String toString()
Overrides:
toString in class Object

JSON
Version 1.0

Apache License, Version 2.0