Uses of Interface
eu.clarin.sru.fcs.qlparser.AbstractQueryNode.AbstractQueryVisitor
-
Packages that use AbstractQueryNode.AbstractQueryVisitor Package Description eu.clarin.sru.fcs.qlparser eu.clarin.sru.fcs.qlparser.fcs eu.clarin.sru.fcs.qlparser.lex -
-
Uses of AbstractQueryNode.AbstractQueryVisitor in eu.clarin.sru.fcs.qlparser
Classes in eu.clarin.sru.fcs.qlparser with type parameters of type AbstractQueryNode.AbstractQueryVisitor Modifier and Type Class Description class
AbstractQueryNode<Q extends AbstractQueryNode<Q,T,V>,T extends AbstractQueryNode.AbstractQueryNodeType,V extends AbstractQueryNode.AbstractQueryVisitor>
class
AbstractQueryParser<Q extends AbstractQueryNode<Q,T,V>,T extends AbstractQueryNode.AbstractQueryNodeType,V extends AbstractQueryNode.AbstractQueryVisitor>
-
Uses of AbstractQueryNode.AbstractQueryVisitor in eu.clarin.sru.fcs.qlparser.fcs
Subinterfaces of AbstractQueryNode.AbstractQueryVisitor in eu.clarin.sru.fcs.qlparser.fcs Modifier and Type Interface Description interface
QueryVisitor
Interface implementing a Visitor pattern for FCS-QL expression trees.Classes in eu.clarin.sru.fcs.qlparser.fcs that implement AbstractQueryNode.AbstractQueryVisitor Modifier and Type Class Description class
QueryVisitorAdapter
Convenience class to implement FCS-QL expression tree visitors. -
Uses of AbstractQueryNode.AbstractQueryVisitor in eu.clarin.sru.fcs.qlparser.lex
Subinterfaces of AbstractQueryNode.AbstractQueryVisitor in eu.clarin.sru.fcs.qlparser.lex Modifier and Type Interface Description interface
QueryVisitor
Interface implementing a Visitor pattern for LexCQL expression trees.Classes in eu.clarin.sru.fcs.qlparser.lex that implement AbstractQueryNode.AbstractQueryVisitor Modifier and Type Class Description class
QueryVisitorAdapter
Convenience class to implement LexCQL expression tree visitors.
-