Class SyntaxVarScope

java.lang.Object
org.apache.jena.sparql.lang.SyntaxVarScope

public class SyntaxVarScope extends Object
Calculate in-scope variables from the AST
  • Constructor Details

    • SyntaxVarScope

      public SyntaxVarScope()
  • Method Details

    • check

      public static void check(Query query)
      Apply the SPARQL scope rules to a query. Throw QueryParseException if there is a violation.
    • checkElement

      public static void checkElement(Element queryPattern)
      Apply the SPARQL scope rules to a query element (part or all of a WEHERE clause). Throw QueryParseException if there is a violation.