Uses of Class
com.hp.hpl.jena.sparql.algebra.op.OpExtend

Packages that use OpExtend
com.hp.hpl.jena.sparql.algebra   
com.hp.hpl.jena.sparql.algebra.op   
com.hp.hpl.jena.sparql.engine.ref   
com.hp.hpl.jena.sparql.sse.writers   
 

Uses of OpExtend in com.hp.hpl.jena.sparql.algebra
 

Methods in com.hp.hpl.jena.sparql.algebra with parameters of type OpExtend
 Op TransformBase.transform(OpExtend opExtend, Op subOp)
           
 Op TransformWrapper.transform(OpExtend opExtend, Op subOp)
           
 Op TransformCopy.transform(OpExtend opExtend, Op subOp)
           
 Op Transform.transform(OpExtend opExtend, Op subOp)
           
 void OpVisitor.visit(OpExtend opExtend)
           
 void OpAsQuery.Converter.visit(OpExtend opExtend)
           
 void OpVisitorBase.visit(OpExtend opExtend)
           
 void OpVisitorByType.visit(OpExtend opExtend)
           
 

Uses of OpExtend in com.hp.hpl.jena.sparql.algebra.op
 

Methods in com.hp.hpl.jena.sparql.algebra.op that return OpExtend
static OpExtend OpExtend.extendDirect(Op op, VarExprList exprs)
          Make a OpExtend - guaranteed to return an OpExtend
 

Uses of OpExtend in com.hp.hpl.jena.sparql.engine.ref
 

Methods in com.hp.hpl.jena.sparql.engine.ref with parameters of type OpExtend
 void EvaluatorDispatch.visit(OpExtend opExtend)
           
 

Uses of OpExtend in com.hp.hpl.jena.sparql.sse.writers
 

Methods in com.hp.hpl.jena.sparql.sse.writers with parameters of type OpExtend
 void WriterOp.OpWriterWorker.visit(OpExtend opExtend)
           
 



Licenced under the Apache License, Version 2.0