Package net.ontopia.topicmaps.query.parser
Contains the code that parses tolog queries. None of the contents of this package are public.
-
Interface Summary Interface Description ModuleIF INTERNAL: Represents a tolog module.ParseContextIF INTERNAL: Represents an interpretation context for tolog queries.PredicateFactoryIF INTERNAL: Implemented by classes which can create PredicateIF objects.PredicateIF INTERNAL: Represents a predicate.RealTologParserTokenTypes -
Class Summary Class Description AbstractClause INTERNAL: Common superclass for or clauses and other kinds of clauses.DeleteStatement INTERNAL: Represents a parsed DELETE statement.GlobalParseContext INTERNAL: Represents the global immutable context of all tolog queries.InsertStatement INTERNAL: Represents a parsed INSERT statement.LocalParseContext INTERNAL: Represents the local context in which a tolog query or rule file is being parsed.MergeStatement INTERNAL: Represents a parsed MERGE statement.ModificationFunctionStatement INTERNAL: Represents an UPDATE or DELETE statement, since these are the ones that can have functions.ModificationStatement INTERNAL: Common abstract superclass for all tolog updates statements (INSERT, DELETE, MERGE, UPDATE).NotClause INTERNAL: Used to represent not clauses in tolog queries.OrClause INTERNAL: Used to represent or clauses in tolog queries.Pair INTERNAL: Used to represent a : b pairs in tolog queries.Parameter INTERNAL: Used to represent parameter references in tolog queries.ParsedRule INTERNAL: Represents a parsed rule.PredicateClause INTERNAL: Used to represent clauses in tolog queries.QName INTERNAL: Used to represent qualified name references in tolog queries.RealTologParser INTERNAL: Parser for the tolog query language.TologLexer A tolog lexer, to be used with the Antlr-generated parser.TologOptions INTERNAL: Represents the properties set in a given tolog processing context.TologParser INTERNAL: The tolog query parser.TologQuery INTERNAL: Used to represent parsed SELECT queries.TologStatement INTERNAL: Common abstract superclass for all kinds of tolog statements, including SELECT and the update statements.UpdateStatement INTERNAL: Represents an UPDATE statement.Variable INTERNAL: Used to represent variable references in tolog queries. -
Exception Summary Exception Description AntlrWrapException INTERNAL: Exception used to wrap other exceptions so that they can be thrown from inside ANTLR-generated code.JFlexWrapException INTERNAL: Exception used to wrap other exceptions so that they can be thrown from inside JFlex-generated code.