Class ExprTransformExpand

java.lang.Object
org.apache.jena.sparql.expr.ExprTransformCopy
org.apache.jena.sparql.function.user.ExprTransformExpand
All Implemented Interfaces:
ExprTransform

public class ExprTransformExpand extends ExprTransformCopy
An expression transformer that will expand user defined function expressions so they do not explicitly rely on other user defined functions.

See UserDefinedFunctionFactory.getPreserveDependencies() for discussion of what this means in practise