Class ExprTransformApplyTransform
- java.lang.Object
-
- org.apache.jena.sparql.expr.ExprTransformCopy
-
- org.apache.jena.sparql.algebra.optimize.ExprTransformApplyTransform
-
- All Implemented Interfaces:
ExprTransform
public class ExprTransformApplyTransform extends ExprTransformCopy
A copying transform that applies an Op Transform to the algebra operator of E_Exist and E_NoExists
-
-
Field Summary
-
Fields inherited from class org.apache.jena.sparql.expr.ExprTransformCopy
COPY_ALWAYS, COPY_ONLY_ON_CHANGE
-
-
Constructor Summary
Constructors Constructor Description ExprTransformApplyTransform(Transform transform)ExprTransformApplyTransform(Transform transform, OpVisitor beforeVisitor, OpVisitor afterVisitor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exprtransform(ExprFunctionOp funcOp, ExprList args, Op opArg)
-
-
-
Method Detail
-
transform
public Expr transform(ExprFunctionOp funcOp, ExprList args, Op opArg)
- Specified by:
transformin interfaceExprTransform- Overrides:
transformin classExprTransformCopy
-
-