public static final class JsonParser.Location extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getInputColumn()
Gets the count of the input column.
|
int |
getInputLine()
Gets the input line count.
|
String |
getInputSource()
Gets the name of the input source.
|
String |
getMemberName()
Gets the member name.
|
String |
toString()
Returns a string representation of the parser.
|
public String toString()
public String getInputSource()
public int getInputLine()
public int getInputColumn()
public String getMemberName()
Copyright © 2014 FreeLibrary. All Rights Reserved.