Uses of Class
com.hp.hpl.jena.sparql.expr.ExprFunctionOp

Packages that use ExprFunctionOp
com.hp.hpl.jena.sparql.algebra.optimize   
com.hp.hpl.jena.sparql.expr   
 

Uses of ExprFunctionOp in com.hp.hpl.jena.sparql.algebra.optimize
 

Methods in com.hp.hpl.jena.sparql.algebra.optimize with parameters of type ExprFunctionOp
 Expr ExprTransformApplyTransform.transform(ExprFunctionOp funcOp, ExprList args, Op opArg)
           
 

Uses of ExprFunctionOp in com.hp.hpl.jena.sparql.expr
 

Subclasses of ExprFunctionOp in com.hp.hpl.jena.sparql.expr
 class E_Exists
           
 class E_NotExists
           
 class E_Scalar
          A scalar subquery that returns a single row/column.
 

Methods in com.hp.hpl.jena.sparql.expr that return ExprFunctionOp
 ExprFunctionOp E_Scalar.copy(ExprList args, Op x)
           
 ExprFunctionOp E_NotExists.copy(ExprList args, Op x)
           
abstract  ExprFunctionOp ExprFunctionOp.copy(ExprList args, Op x)
           
 ExprFunctionOp E_Exists.copy(ExprList args, Op x)
           
 

Methods in com.hp.hpl.jena.sparql.expr with parameters of type ExprFunctionOp
 Expr ExprTransformCopy.transform(ExprFunctionOp funcOp, ExprList args, Op opArg)
           
 Expr ExprTransform.transform(ExprFunctionOp funcOp, ExprList args, Op opArg)
           
 Expr ExprTransformBase.transform(ExprFunctionOp funcOp, ExprList args, Op opArg)
           
 void ExprVisitorBase.visit(ExprFunctionOp op)
           
 void ExprVisitor.visit(ExprFunctionOp funcOp)
           
 void ExprTransformer.ApplyExprTransformVisitor.visit(ExprFunctionOp funcOp)
           
 



Licenced under the Apache License, Version 2.0