java.lang.Object
org.apache.jena.sparql.util.PrintSerializableBase
org.apache.jena.sparql.procedure.ProcedureBase
org.apache.jena.sparql.procedure.ProcedureEval
- All Implemented Interfaces:
org.apache.jena.atlas.io.Printable
,Procedure
,PrintSerializable
- Direct Known Subclasses:
debug
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexec
(Binding binding, org.apache.jena.graph.Node name, ExprList args, ExecutionContext execCxt) abstract QueryIterator
execEval
(Binding binding, ExprList args, ExecutionContext execCxt) Methods inherited from class org.apache.jena.sparql.procedure.ProcedureBase
build, output, proc
Methods inherited from class org.apache.jena.sparql.util.PrintSerializableBase
output, toString, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.jena.atlas.io.Printable
output
Methods inherited from interface org.apache.jena.sparql.util.PrintSerializable
toString
-
Constructor Details
-
ProcedureEval
public ProcedureEval()
-
-
Method Details
-
exec
public QueryIterator exec(Binding binding, org.apache.jena.graph.Node name, ExprList args, ExecutionContext execCxt) - Specified by:
exec
in classProcedureBase
-
execEval
-