public interface QueryModelVisitor<X extends Exception>
QueryModelNode.visit(QueryModelVisitor) is called. The method
 meetOther(QueryModelNode) is provided as a hook for foreign query model nodes.| Modifier and Type | Method and Description | 
|---|---|
| void | meet(Add add) | 
| void | meet(And node) | 
| void | meet(ArbitraryLengthPath node) | 
| void | meet(Avg node) | 
| void | meet(BindingSetAssignment node) | 
| void | meet(BNodeGenerator node) | 
| void | meet(Bound node) | 
| void | meet(Clear clear) | 
| void | meet(Coalesce node) | 
| void | meet(Compare node) | 
| void | meet(CompareAll node) | 
| void | meet(CompareAny node) | 
| void | meet(Copy copy) | 
| void | meet(Count node) | 
| void | meet(Create create) | 
| void | meet(Datatype node) | 
| void | meet(DeleteData deleteData) | 
| void | meet(DescribeOperator node) | 
| void | meet(Difference node) | 
| void | meet(Distinct node) | 
| void | meet(EmptySet node) | 
| void | meet(Exists node) | 
| void | meet(Extension node) | 
| void | meet(ExtensionElem node) | 
| void | meet(Filter node) | 
| void | meet(FunctionCall node) | 
| void | meet(Group node) | 
| void | meet(GroupConcat node) | 
| void | meet(GroupElem node) | 
| void | meet(If node) | 
| void | meet(In node) | 
| void | meet(InsertData insertData) | 
| void | meet(Intersection node) | 
| void | meet(IRIFunction node) | 
| void | meet(IsBNode node) | 
| void | meet(IsLiteral node) | 
| void | meet(IsNumeric node) | 
| void | meet(IsResource node) | 
| void | meet(IsURI node) | 
| void | meet(Join node) | 
| void | meet(Label node) | 
| void | meet(Lang node) | 
| void | meet(LangMatches node) | 
| void | meet(LeftJoin node) | 
| void | meet(Like node) | 
| void | meet(ListMemberOperator node) | 
| void | meet(Load load) | 
| void | meet(LocalName node) | 
| void | meet(MathExpr node) | 
| void | meet(Max node) | 
| void | meet(Min node) | 
| void | meet(Modify modify) | 
| void | meet(Move move) | 
| void | meet(MultiProjection node) | 
| void | meet(Namespace node) | 
| void | meet(Not node) | 
| void | meet(Or node) | 
| void | meet(Order node) | 
| void | meet(OrderElem node) | 
| void | meet(Projection node) | 
| void | meet(ProjectionElem node) | 
| void | meet(ProjectionElemList node) | 
| void | meet(QueryRoot node) | 
| void | meet(Reduced node) | 
| void | meet(Regex node) | 
| void | meet(SameTerm node) | 
| void | meet(Sample node) | 
| void | meet(Service node) | 
| void | meet(SingletonSet node) | 
| void | meet(Slice node) | 
| void | meet(StatementPattern node) | 
| void | meet(Str node) | 
| void | meet(Sum node) | 
| void | meet(Union node) | 
| void | meet(ValueConstant node) | 
| void | meet(Var node) | 
| void | meet(ZeroLengthPath node) | 
| void | meetOther(QueryModelNode node) | 
void meet(ArbitraryLengthPath node) throws X extends Exception
void meet(BindingSetAssignment node) throws X extends Exception
void meet(BNodeGenerator node) throws X extends Exception
void meet(CompareAll node) throws X extends Exception
void meet(CompareAny node) throws X extends Exception
void meet(DescribeOperator node) throws X extends Exception
void meet(DeleteData deleteData) throws X extends Exception
void meet(Difference node) throws X extends Exception
void meet(ExtensionElem node) throws X extends Exception
void meet(FunctionCall node) throws X extends Exception
void meet(GroupConcat node) throws X extends Exception
void meet(InsertData insertData) throws X extends Exception
void meet(Intersection node) throws X extends Exception
void meet(IRIFunction node) throws X extends Exception
void meet(IsResource node) throws X extends Exception
void meet(LangMatches node) throws X extends Exception
void meet(MultiProjection node) throws X extends Exception
void meet(Projection node) throws X extends Exception
void meet(ProjectionElem node) throws X extends Exception
void meet(ProjectionElemList node) throws X extends Exception
void meet(SingletonSet node) throws X extends Exception
void meet(StatementPattern node) throws X extends Exception
void meet(ValueConstant node) throws X extends Exception
void meet(ListMemberOperator node) throws X extends Exception
void meet(ZeroLengthPath node) throws X extends Exception
void meetOther(QueryModelNode node) throws X extends Exception
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.