com.hp.hpl.jena.sparql.expr
Class ExprTransformer

java.lang.Object
  extended by com.hp.hpl.jena.sparql.expr.ExprTransformer

public class ExprTransformer
extends Object


Nested Class Summary
static class ExprTransformer.ApplyExprTransformVisitor
           
 
Constructor Summary
ExprTransformer()
           
 
Method Summary
static ExprTransformer get()
          Get the current transformer of expressions
static Expr transform(ExprTransform transform, Expr expr)
          Transform an expression
static ExprList transform(ExprTransform transform, ExprList exprList)
          Transform an expression list
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprTransformer

public ExprTransformer()
Method Detail

get

public static ExprTransformer get()
Get the current transformer of expressions


transform

public static Expr transform(ExprTransform transform,
                             Expr expr)
Transform an expression


transform

public static ExprList transform(ExprTransform transform,
                                 ExprList exprList)
Transform an expression list



Licenced under the Apache License, Version 2.0