Package org.apache.jena.sparql.lang
Class SyntaxVarScope
- java.lang.Object
-
- org.apache.jena.sparql.lang.SyntaxVarScope
-
public class SyntaxVarScope extends java.lang.Object
Calculate in-scope variables from the AST
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SyntaxVarScope.VarScopeChecker
-
Constructor Summary
Constructors Constructor Description SyntaxVarScope()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
check(Query query)
static void
check(Element queryPattern)
-