Uses of Class
net.ontopia.topicmaps.query.parser.OrClause
-
Packages that use OrClause Package Description net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language.net.ontopia.topicmaps.query.impl.utils Code shared between query implementations. -
-
Uses of OrClause in net.ontopia.topicmaps.query.impl.basic
Methods in net.ontopia.topicmaps.query.impl.basic with parameters of type OrClause Modifier and Type Method Description static void
QueryTracer. enter(OrClause clause, QueryMatches input)
void
QueryTracer.TracePrinter. enter(OrClause clause, QueryMatches input)
-
Uses of OrClause in net.ontopia.topicmaps.query.impl.utils
Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type OrClause Modifier and Type Method Description void
QueryTraceListenerIF. enter(OrClause clause, QueryMatches input)
-