Class ASTGraphPatternGroup
java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
org.eclipse.rdf4j.query.parser.sparql.ast.ASTGraphPatternGroup
- All Implemented Interfaces:
Node
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionASTGraphPatternGroup
(int id) ASTGraphPatternGroup
(SyntaxTreeBuilder p, int id) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Check if this AST node constitutes a variable scope change.jjtAccept
(SyntaxTreeBuilderVisitor visitor, Object data) Accept the visitor.Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
childrenAccept, dump, getId, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, jjtSetValue, setScopeChange, toString, toString
-
Constructor Details
-
ASTGraphPatternGroup
public ASTGraphPatternGroup(int id) -
ASTGraphPatternGroup
-
-
Method Details
-
jjtAccept
Description copied from class:SimpleNode
Accept the visitor.- Specified by:
jjtAccept
in interfaceNode
- Overrides:
jjtAccept
in classSimpleNode
- Throws:
VisitorException
-
isScopeChange
public boolean isScopeChange()Description copied from class:SimpleNode
Check if this AST node constitutes a variable scope change.- Overrides:
isScopeChange
in classSimpleNode
- Returns:
- the isScopeChange
-