Uses of Interface
gate.yam.IOHandler

Packages that use IOHandler
gate.yam.parse Parsing of the YAM language. 
gate.yam.translate Translation of YAM to other languages. 
 

Uses of IOHandler in gate.yam.parse
 

Methods in gate.yam.parse with parameters of type IOHandler
 void YamParser.setIOHandler(IOHandler ioh)
          Set the parser's IOHandler.
 

Uses of IOHandler in gate.yam.translate
 

Methods in gate.yam.translate with parameters of type IOHandler
 void AbstractTranslator.setIOHandler(IOHandler ioh)
          Set the translator's IOHandler.