Class ASTPathMod

java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
org.eclipse.rdf4j.query.parser.sparql.ast.ASTPathMod
All Implemented Interfaces:
Node

public class ASTPathMod extends SimpleNode
  • Field Details

    • lowerBound

      private long lowerBound
    • upperBound

      private long upperBound
  • Constructor Details

    • ASTPathMod

      public ASTPathMod(int id)
    • ASTPathMod

      public ASTPathMod(SyntaxTreeBuilder p, int id)
  • Method Details