|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.expr.ExprTransformBase
public class ExprTransformBase
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 |
---|
public ExprTransformBase()
Method Detail |
---|
public Expr transform(ExprFunction1 func, Expr expr1)
public Expr transform(ExprFunction2 func, Expr expr1, Expr expr2)
public Expr transform(ExprFunction3 func, Expr expr1, Expr expr2, Expr expr3)
public Expr transform(ExprFunctionN func, ExprList args)
public Expr transform(ExprFunctionOp funcOp, ExprList args, Op opArg)
public Expr transform(NodeValue nv)
public Expr transform(ExprVar ev)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |