Class ASTPathElt

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

public class ASTPathElt extends SimpleNode
  • Field Details

    • inverse

      private boolean inverse
  • Constructor Details

    • ASTPathElt

      public ASTPathElt(int id)
    • ASTPathElt

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