Package cz.cuni.amis.pogamut.base.communication.parser.impl.yylex


Interface Summary
IYylex "Wrapper interface" for Yylex, you should wrap your yylex implementation with this interface allowing the parser to set the reader into the yylex (that triggers creation of new instance of your Yylex usually) + providing a method for parsing messages.
IYylexObserver Interface for reporting of Yylex exceptions.
 

Class Summary
IYylexObserver.LogObserver Default implementation of the IYylexObserver logging everything into AgentLogger.platform() log category.
YylexParser TODO!: