Class IrCollection

java.lang.Object
org.eclipse.rdf4j.queryrender.sparql.ir.IrNode
org.eclipse.rdf4j.queryrender.sparql.ir.IrCollection

public class IrCollection extends IrNode
IR node representing an RDF Collection term used as an object: a parenthesized list of terms.
  • Constructor Details

    • IrCollection

      public IrCollection(boolean newScope)
  • Method Details

    • addItem

      public void addItem(Var v)
    • print

      public void print(IrPrinter p)
      Description copied from class: IrNode
      Default no-op printing; concrete nodes override.
      Specified by:
      print in class IrNode