|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.query.algebra.helpers.QueryModelVisitorBase<RuntimeException>
org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
protected class ConstantOptimizer.ConstantVisitor
| Constructor Summary | |
|---|---|
protected |
ConstantOptimizer.ConstantVisitor()
|
| Method Summary | |
|---|---|
void |
meet(And and)
|
void |
meet(Bound bound)
|
void |
meet(FunctionCall functionCall)
|
void |
meet(Or or)
|
protected void |
meetBinaryValueOperator(BinaryValueOperator binaryValueOp)
Method called by all meet methods with a BinaryValueOperator node as argument. |
protected void |
meetUnaryValueOperator(UnaryValueOperator unaryValueOp)
Method called by all meet methods with a UnaryValueOperator node as argument. |
| Methods inherited from class org.openrdf.query.algebra.helpers.QueryModelVisitorBase |
|---|
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, meetCompareSubQueryValueOperator, meetNode, meetOther, meetSubQueryValueOperator, meetUnaryTupleOperator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ConstantOptimizer.ConstantVisitor()
| Method Detail |
|---|
public void meet(Or or)
meet in interface QueryModelVisitor<RuntimeException>meet in class QueryModelVisitorBase<RuntimeException>public void meet(And and)
meet in interface QueryModelVisitor<RuntimeException>meet in class QueryModelVisitorBase<RuntimeException>protected void meetBinaryValueOperator(BinaryValueOperator binaryValueOp)
QueryModelVisitorBaseBinaryValueOperator node as argument. Forwards the call to
#meetValueExpr by default.
meetBinaryValueOperator in class QueryModelVisitorBase<RuntimeException>binaryValueOp - The node that is being visited.protected void meetUnaryValueOperator(UnaryValueOperator unaryValueOp)
QueryModelVisitorBaseUnaryValueOperator node as argument. Forwards the call to
#meetValueExpr by default.
meetUnaryValueOperator in class QueryModelVisitorBase<RuntimeException>unaryValueOp - The node that is being visited.public void meet(FunctionCall functionCall)
meet in interface QueryModelVisitor<RuntimeException>meet in class QueryModelVisitorBase<RuntimeException>public void meet(Bound bound)
meet in interface QueryModelVisitor<RuntimeException>meet in class QueryModelVisitorBase<RuntimeException>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||