Package io.github.qishr.cascara.lang.json.streaming
Class JsonStreamingEvent
java.lang.Object
io.github.qishr.cascara.lang.json.streaming.JsonStreamingEvent
All Implemented Interfaces:
StreamingEvent
public class JsonStreamingEvent
Constructor Summary
| Constructor | Description |
|---|---|
| JsonStreamingEvent(int line, int column, StreamingEventType type, String content) |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public StreamingEventType | getType() | |
| public String | getContent() | |
| public long | getLineNumber() | |
| public long | getColumnNumber() |
Method Details
getType
public StreamingEventType getType()
Specified By:
getContent
public String getContent()
Specified By:
getLineNumber
public long getLineNumber()
Specified By:
getColumnNumber
public long getColumnNumber()
Specified By: