public class KvPlainEscaperListenerImpl extends Object implements KvPlainEscaperListener
Constructor and Description |
---|
KvPlainEscaperListenerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
onBackSlashQuote(int i)
Signal the occurrence of an escaped quote
|
List<KvPortion> |
onEnd()
Once done call this method to retrieve the scanning result.
|
void |
onQuote(int i)
Signal the occurrence of a quote.
|
public List<KvPortion> onEnd()
KvPlainEscaperListener
onEnd
in interface KvPlainEscaperListener
public void onQuote(int i)
KvPlainEscaperListener
onQuote
in interface KvPlainEscaperListener
i
- the positionpublic void onBackSlashQuote(int i)
KvPlainEscaperListener
onBackSlashQuote
in interface KvPlainEscaperListener
i
- the corresponding positionCopyright © 2023. All rights reserved.