public abstract class JsonPrintHandler extends java.lang.Object implements PrintHandler<ca.uqac.lif.json.JsonElement>
| Modifier and Type | Field and Description |
|---|---|
protected JsonPrinter |
m_printer |
| Constructor and Description |
|---|
JsonPrintHandler(JsonPrinter printer) |
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Resets the internal state of the handler
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanHandle, handleprotected JsonPrinter m_printer
public JsonPrintHandler(JsonPrinter printer)
public void reset()
PrintHandlerreset in interface PrintHandler<ca.uqac.lif.json.JsonElement>Copyright © Sylvain HallĂ©. All Rights Reserved.