public class ReadJsonSourceString extends Object implements ReadJsonSource
| Constructor and Description |
|---|
ReadJsonSourceString(String source) |
| Modifier and Type | Method and Description |
|---|---|
void |
back() |
String |
getErrorHelp() |
void |
ignoreWhiteSpace() |
char |
nextChar(String eofMsg) |
int |
pos() |
String |
toString() |
public ReadJsonSourceString(String source)
public String getErrorHelp()
getErrorHelp in interface ReadJsonSourcepublic int pos()
pos in interface ReadJsonSourcepublic void back()
back in interface ReadJsonSourcepublic char nextChar(String eofMsg)
nextChar in interface ReadJsonSourcepublic void ignoreWhiteSpace()
ignoreWhiteSpace in interface ReadJsonSourceCopyright © 2014. All Rights Reserved.