Uses of Interface
net.ontopia.topicmaps.query.parser.ParseContextIF

Packages that use ParseContextIF
net.ontopia.topicmaps.query.parser Contains the code that parses tolog queries. 
 

Uses of ParseContextIF in net.ontopia.topicmaps.query.parser
 

Classes in net.ontopia.topicmaps.query.parser that implement ParseContextIF
 class GlobalParseContext
          INTERNAL: Represents the global immutable context of all tolog queries.
 class LocalParseContext
          INTERNAL: Represents the local context in which a tolog query or rule file is being parsed.
 

Fields in net.ontopia.topicmaps.query.parser declared as ParseContextIF
protected  ParseContextIF TologParser.context
           
 

Methods in net.ontopia.topicmaps.query.parser that return ParseContextIF
 ParseContextIF TologParser.getContext()
           
 ParseContextIF TologParser.parseDeclarations(java.lang.String decls)
           
 

Methods in net.ontopia.topicmaps.query.parser with parameters of type ParseContextIF
 void RealTologParser.setContext(ParseContextIF context)
           
 void RealTologParser.setContext(ParseContextIF context)
           
 void InsertStatement.setCTMPart(java.lang.String ctm, ParseContextIF context)
           
 

Constructors in net.ontopia.topicmaps.query.parser with parameters of type ParseContextIF
LocalParseContext(ParseContextIF subcontext)
           
TologParser(ParseContextIF context, TologOptions options)
           
 



Copyright © 2000-2012 Ontopia.