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 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 Modifier and Type Field Description protected ParseContextIF
TologParser. context
Methods in net.ontopia.topicmaps.query.parser that return ParseContextIF Modifier and Type Method Description ParseContextIF
TologParser. getContext()
ParseContextIF
TologParser. parseDeclarations(String decls)
Methods in net.ontopia.topicmaps.query.parser with parameters of type ParseContextIF Modifier and Type Method Description void
RealTologParser. setContext(ParseContextIF context)
void
InsertStatement. 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)
-