Class IrText

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

public class IrText extends IrNode
Generic textual line node when no more specific IR type is available.
  • Constructor Details

    • IrText

      public IrText(String text, boolean newScope)
  • Method Details

    • getText

      public String getText()
    • print

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