Class SPARQLExtSyntaxVarScope
- java.lang.Object
-
- fr.mines_stetienne.ci.sparql_generate.lang.SPARQLExtSyntaxVarScope
-
public class SPARQLExtSyntaxVarScope extends 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 Detail
-
check
public static void check(SPARQLExtQuery query)
-
-