java.lang.Object
org.apache.jena.sparql.lang.SyntaxVarScope
Calculate in-scope variables from the AST
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Apply the SPARQL scope rules to a query.static void
Deprecated, for removal: This API element is subject to removal in a future version.static void
checkElement
(Element queryPattern) Apply the SPARQL scope rules to a query element (part or all of a WEHERE clause).
-
Constructor Details
-
SyntaxVarScope
public SyntaxVarScope()
-
-
Method Details
-
check
Apply the SPARQL scope rules to a query. ThrowQueryParseException
if there is a violation. -
check
Deprecated, for removal: This API element is subject to removal in a future version. -
checkElement
Apply the SPARQL scope rules to a query element (part or all of a WEHERE clause). ThrowQueryParseException
if there is a violation.
-
checkElement(org.apache.jena.sparql.syntax.Element)