Uses of Interface
net.ontopia.topicmaps.query.parser.ParseContextIF
-
Packages that use ParseContextIF Package Description 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 Modifier and Type Class Description classGlobalParseContextINTERNAL: Represents the global immutable context of all tolog queries.classLocalParseContextINTERNAL: 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 Modifier and Type Field Description protected ParseContextIFTologParser. contextMethods in net.ontopia.topicmaps.query.parser that return ParseContextIF Modifier and Type Method Description ParseContextIFTologParser. getContext()ParseContextIFTologParser. parseDeclarations(String decls)Methods in net.ontopia.topicmaps.query.parser with parameters of type ParseContextIF Modifier and Type Method Description voidRealTologParser. setContext(ParseContextIF context)voidInsertStatement. setCTMPart(String ctm, ParseContextIF context)Constructors in net.ontopia.topicmaps.query.parser with parameters of type ParseContextIF Constructor Description LocalParseContext(ParseContextIF subcontext)TologParser(ParseContextIF context, TologOptions options)
-