Uses of Class
org.eclipse.rdf4j.query.algebra.FunctionCall
-
Packages that use FunctionCall Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.helpers -
-
Uses of FunctionCall in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return FunctionCall Modifier and Type Method Description FunctionCallFunctionCall. clone()Methods in org.eclipse.rdf4j.query.algebra with parameters of type FunctionCall Modifier and Type Method Description voidQueryModelVisitor. meet(FunctionCall node) -
Uses of FunctionCall in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type FunctionCall Modifier and Type Method Description voidAbstractQueryModelVisitor. meet(FunctionCall node)voidAbstractSimpleQueryModelVisitor. meet(FunctionCall node)voidStatementPatternVisitor. meet(FunctionCall node)
-