public interface IYylexObserver
| Modifier and Type | Interface and Description |
|---|---|
static class |
IYylexObserver.LogObserver
Default implementation of the IYylexObserver logging everything into AgentLogger.platform()
log category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
exception(Exception e,
String info)
Called whenever exception occures in the Yylex caused by OUR miscoding.
|
void |
warning(String info)
Called when some mischief happens but the parser recovers.
|
void exception(Exception e, String info)
e - never nullinfo - never nullvoid warning(String info)
info - Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.