public abstract class ListBase extends PropertyFunctionEval
Constructor and Description |
---|
ListBase(PropFuncArgType objFuncArgType) |
Modifier and Type | Method and Description |
---|---|
QueryIterator |
execEvaluated(Binding binding,
PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
If the subject is a list (well, at least not an unbound variable), dispatch to execOneList
else dispatch to one of object a var, a list or a node.
|
exec
build, exec
public ListBase(PropFuncArgType objFuncArgType)
public final QueryIterator execEvaluated(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
execEvaluated
in class PropertyFunctionEval
Licenced under the Apache License, Version 2.0