Package org.terrier.querying.parser
Interface Query.ForEachQueryNode
-
- Enclosing class:
- Query
public static interface Query.ForEachQueryNode
ForEachQueryNode interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
process(Query node, Query... children)
process each query node
-