Uses of Class
de.uni_paderborn.fujaba.parser.Parser

Packages that use Parser
de.uni_paderborn.fujaba.parser   
 

Uses of Parser in de.uni_paderborn.fujaba.parser
 

Methods in de.uni_paderborn.fujaba.parser that return Parser
 Parser ParserManager.getCurrentParser()
          Get the current parser of the ParserManager
 

Methods in de.uni_paderborn.fujaba.parser with parameters of type Parser
 boolean ParserManager.setCurrentParser(Parser value)
          Sets the current parser of the ParserManager
 boolean ParserManager.addToParsers(Parser value)
          Access method for an one to n association.
 boolean ParserManager.hasInParsers(Parser value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean ParserManager.removeFromParsers(Parser value)
          No comment provided by developer, please add a comment to improve documentation.