public class JsonParser
extends sidekick.SideKickParser
Modifier and Type | Field and Description |
---|---|
static boolean |
showAll |
Constructor and Description |
---|
JsonParser() |
Modifier and Type | Method and Description |
---|---|
void |
parse()
Parse the current buffer in the current view.
|
sidekick.SideKickParsedData |
parse(org.gjt.sp.jedit.Buffer buffer,
errorlist.DefaultErrorSource errorSource)
Parse the contents of the given buffer.
|
public void parse()
public sidekick.SideKickParsedData parse(org.gjt.sp.jedit.Buffer buffer, errorlist.DefaultErrorSource errorSource)
parse
in class sidekick.SideKickParser
buffer
- the buffer to parseerrorSource
- where to send any error messages