Class SPARQLExtSyntaxVarScope
- java.lang.Object
-
- fr.mines_stetienne.ci.sparql_generate.lang.SPARQLExtSyntaxVarScope
-
public class SPARQLExtSyntaxVarScope extends java.lang.Object
To be completed. Should extend the SPARQL 1.1 variable scope checking to the specificities of SPARQL Generate. Currently, only checking in Template clause that the before, separator, and after expressions use only variables that are in the signature of the query.- Author:
- Maxime Lefrançois
-
-
Constructor Summary
Constructors Constructor Description SPARQLExtSyntaxVarScope()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
check(SPARQLExtQuery query)
-
-
-
Method Detail
-
check
public static void check(SPARQLExtQuery query)
-
-