java.lang.Object
org.apache.jena.sparql.expr.ExprTransformCopy
org.apache.jena.sparql.graph.NodeTransformExpr
- All Implemented Interfaces:
ExprTransform
An
ExprTransform
that applies a NodeTransform
to NodeValue
and ExprVar
inside expressions.
This does not transform triple patterns in ExprFunctionOp
which is done as part of ApplyTransformVisitor
.
- See Also:
-
Field Summary
Fields inherited from class org.apache.jena.sparql.expr.ExprTransformCopy
COPY_ALWAYS, COPY_ONLY_ON_CHANGE
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NodeTransformExpr
-
-
Method Details
-
transform
- Specified by:
transform
in interfaceExprTransform
- Overrides:
transform
in classExprTransformCopy
-
transform
- Specified by:
transform
in interfaceExprTransform
- Overrides:
transform
in classExprTransformCopy
-