java.lang.Object
org.apache.jena.sparql.expr.ExprNode
org.apache.jena.sparql.expr.ExprFunction
org.apache.jena.sparql.expr.ExprFunctionOp
- All Implemented Interfaces:
Expr
- Direct Known Subclasses:
E_Exists,E_NotExists
A "function" that executes over a pattern
-
Field Summary
Fields inherited from interface org.apache.jena.sparql.expr.Expr
CMP_EQUAL, CMP_GREATER, CMP_INDETERMINATE, CMP_LESS, CMP_UNEQUAL, NONE -
Method Summary
Modifier and TypeMethodDescriptionapply(ExprTransform transform, ExprList args, Op x) abstract ExprFunctionOpabstract ExprFunctionOpfinal NodeValueeval(Binding binding, FunctionEnv env) Evaluate this expression against the bindinggetArg(int i) booleanintnumArgs()voidvisit(ExprVisitor visitor) Methods inherited from class org.apache.jena.sparql.expr.ExprFunction
equals, getArgs, getFunction, getFunctionIRI, getFunctionName, getFunctionPrintName, getFunctionSymbol, getOpName, hashCode, isFunctionMethods inherited from class org.apache.jena.sparql.expr.ExprNode
applyNodeTransform, asVar, copySubstitute, deepCopy, equals, equalsBySyntax, getConstant, getExpr, getExprVar, getVarName, getVarsMentioned, isConstant, isExpr, isSatisfied, isVariable, toString
-
Method Details
-
getArg
- Specified by:
getArgin classExprFunction
-
isGraphPattern
public boolean isGraphPattern()- Overrides:
isGraphPatternin classExprNode
-
getGraphPattern
- Overrides:
getGraphPatternin classExprNode
-
getElement
-
numArgs
public int numArgs()- Specified by:
numArgsin classExprFunction
-
eval
Description copied from interface:ExprEvaluate this expression against the binding -
copy
-
copy
-
visit
-
apply
-