cz.cuni.amis.pogamut.ut2004.communication.parser
Class YylexObserver

Package class diagram package YylexObserver
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.parser.YylexObserver
All Implemented Interfaces:
IYylexObserver

public class YylexObserver
extends Object
implements IYylexObserver


Nested Class Summary
 
Nested classes/interfaces inherited from interface cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.IYylexObserver
IYylexObserver.LogObserver
 
Constructor Summary
YylexObserver()
           
 
Method Summary
 void exception(Exception e, String info)
           
 boolean isClear()
           
 void printOutput()
           
 void warning(String info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YylexObserver

public YylexObserver()
Method Detail

exception

public void exception(Exception e,
                      String info)
Specified by:
exception in interface IYylexObserver

warning

public void warning(String info)
Specified by:
warning in interface IYylexObserver

isClear

public boolean isClear()

printOutput

public void printOutput()


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.