Uses of Class
org.apache.jena.sparql.expr.ExprTransformCopy
Package
Description
-
Uses of ExprTransformCopy in org.apache.jena.sparql.algebra.optimize
Modifier and TypeClassDescriptionclass
A copying transform that applies an Op Transform to the algebra operator of E_Exist and E_NoExistsclass
An expression transform that simplifies expressions by constant folding wherever possible -
Uses of ExprTransformCopy in org.apache.jena.sparql.expr
Modifier and TypeClassDescriptionclass
An expression transformer that substitutes another expression in place of variables -
Uses of ExprTransformCopy in org.apache.jena.sparql.function.user
Modifier and TypeClassDescriptionclass
An expression transformer that will expand user defined function expressions so they do not explicitly rely on other user defined functions. -
Uses of ExprTransformCopy in org.apache.jena.sparql.graph
Modifier and TypeClassDescriptionclass
-
Uses of ExprTransformCopy in org.apache.jena.sparql.syntax.syntaxtransform
Modifier and TypeClassDescriptionclass
A copying transform that applies an ElementTransform syntax pattern of E_Exist and E_NoExistsclass
Special version of ExprTransform for applying a node transform on syntax (Elements) only