Uses of Interface
net.ontopia.topicmaps.query.parser.ParseContextIF
Packages that use ParseContextIF
-
Uses of ParseContextIF in net.ontopia.topicmaps.query.parser
Classes in net.ontopia.topicmaps.query.parser that implement ParseContextIFModifier and TypeClassDescriptionclassINTERNAL: Represents the global immutable context of all tolog queries.classINTERNAL: Represents the local context in which a tolog query or rule file is being parsed.Fields in net.ontopia.topicmaps.query.parser declared as ParseContextIFMethods in net.ontopia.topicmaps.query.parser that return ParseContextIFModifier and TypeMethodDescriptionTologParser.getContext()TologParser.parseDeclarations(String decls) Methods in net.ontopia.topicmaps.query.parser with parameters of type ParseContextIFModifier and TypeMethodDescriptionvoidRealTologParser.setContext(ParseContextIF context) voidInsertStatement.setCTMPart(String ctm, ParseContextIF context) Constructors in net.ontopia.topicmaps.query.parser with parameters of type ParseContextIFModifierConstructorDescriptionLocalParseContext(ParseContextIF subcontext) TologParser(ParseContextIF context, TologOptions options)