Uses of Class
org.semanticweb.owl.io.abstract_syntax.ANTLRParser

Packages that use ANTLRParser
org.semanticweb.owl.io.abstract_syntax Simple renderer that writes ontologies in OWL Abstract Syntax.  
 

Uses of ANTLRParser in org.semanticweb.owl.io.abstract_syntax
 

Methods in org.semanticweb.owl.io.abstract_syntax that return ANTLRParser
 ANTLRParser AbstractOWLParser.getANTLRParser()
          Get the ANTLR generated parser that performs the actual parsing.
 

Methods in org.semanticweb.owl.io.abstract_syntax with parameters of type ANTLRParser
 void AbstractOWLParser.setANTLRParser(ANTLRParser newAntlrParser)
          Set the ANTLRParser value.
 



WonderWeb