Class TransformScopeRename
- java.lang.Object
-
- org.apache.jena.sparql.algebra.optimize.TransformScopeRename
-
public class TransformScopeRename extends java.lang.ObjectRename variables so that names can be treated globally. (project) and (group) can hide variables, but we only need to account for OpProject because group is never executed linearly.
-
-
Constructor Summary
Constructors Constructor Description TransformScopeRename()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optransform(Op op)
-