Class IrCollection
java.lang.Object
org.eclipse.rdf4j.queryrender.sparql.ir.IrNode
org.eclipse.rdf4j.queryrender.sparql.ir.IrCollection
IR node representing an RDF Collection term used as an object: a parenthesized list of terms.
-
Field Summary
Fields inherited from class IrNode
_className -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class IrNode
getVars, isNewScope, setNewScope, transformChildrenModifier and TypeMethodDescriptiongetVars()Collect variables referenced by this node and all of its children (if any).booleanvoidsetNewScope(boolean newScope) Function-style child transformation hook used by the transform pipeline to descend into nested structures.
-
Constructor Details
-
IrCollection
public IrCollection(boolean newScope)
-
-
Method Details
-
addItem
-
print
-