public class ContextCollector extends AbstractQueryModelVisitor<Exception>
Visitor implementation for the query algebra which walks the tree and figures out the context for nodes in the algebra. The context for a node is set on the highest node in the tree. That is, everything below it shares the same context.
| Modifier and Type | Method and Description | 
|---|---|
| void | meet(Difference theOp) | 
| void | meet(Filter theFilter) | 
| void | meet(Intersection theOp) | 
| void | meet(Join theJoin) | 
| void | meet(LeftJoin theJoin) | 
| void | meet(StatementPattern thePattern) | 
| void | meet(Union theOp) | 
meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meetBinaryTupleOperator, meetBinaryValueOperator, meetCompareSubQueryValueOperator, meetNAryValueOperator, meetNode, meetOther, meetSubQueryValueOperator, meetUnaryTupleOperator, meetUnaryValueOperator, meetUpdateExprpublic void meet(Join theJoin) throws Exception
meet in interface QueryModelVisitor<Exception>meet in class AbstractQueryModelVisitor<Exception>Exceptionpublic void meet(LeftJoin theJoin) throws Exception
meet in interface QueryModelVisitor<Exception>meet in class AbstractQueryModelVisitor<Exception>Exceptionpublic void meet(Union theOp) throws Exception
meet in interface QueryModelVisitor<Exception>meet in class AbstractQueryModelVisitor<Exception>Exceptionpublic void meet(Difference theOp) throws Exception
meet in interface QueryModelVisitor<Exception>meet in class AbstractQueryModelVisitor<Exception>Exceptionpublic void meet(Intersection theOp) throws Exception
meet in interface QueryModelVisitor<Exception>meet in class AbstractQueryModelVisitor<Exception>Exceptionpublic void meet(Filter theFilter) throws Exception
meet in interface QueryModelVisitor<Exception>meet in class AbstractQueryModelVisitor<Exception>Exceptionpublic void meet(StatementPattern thePattern) throws Exception
meet in interface QueryModelVisitor<Exception>meet in class AbstractQueryModelVisitor<Exception>ExceptionCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.