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

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

public class ExprTransformBase
extends Object


Constructor Summary
ExprTransformBase()
           
 
Method Summary
 Expr transform(ExprFunction1 func, Expr expr1)
           
 Expr transform(ExprFunction2 func, Expr expr1, Expr expr2)
           
 Expr transform(ExprFunction3 func, Expr expr1, Expr expr2, Expr expr3)
           
 Expr transform(ExprFunctionN func, ExprList args)
           
 Expr transform(ExprFunctionOp funcOp, ExprList args, Op opArg)
           
 Expr transform(ExprVar ev)
           
 Expr transform(NodeValue nv)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprTransformBase

public ExprTransformBase()
Method Detail

transform

public Expr transform(ExprFunction1 func,
                      Expr expr1)

transform

public Expr transform(ExprFunction2 func,
                      Expr expr1,
                      Expr expr2)

transform

public Expr transform(ExprFunction3 func,
                      Expr expr1,
                      Expr expr2,
                      Expr expr3)

transform

public Expr transform(ExprFunctionN func,
                      ExprList args)

transform

public Expr transform(ExprFunctionOp funcOp,
                      ExprList args,
                      Op opArg)

transform

public Expr transform(NodeValue nv)

transform

public Expr transform(ExprVar ev)


Licenced under the Apache License, Version 2.0