Class ASTMinusGraphPattern
java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
org.eclipse.rdf4j.query.parser.sparql.ast.ASTMinusGraphPattern
- All Implemented Interfaces:
Node
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionASTMinusGraphPattern
(int id) ASTMinusGraphPattern
(SyntaxTreeBuilder p, int id) -
Method Summary
Modifier and TypeMethodDescriptionjjtAccept
(SyntaxTreeBuilderVisitor visitor, Object data) Accept the visitor.Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
childrenAccept, dump, getId, isScopeChange, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, jjtSetValue, setScopeChange, toString, toString
-
Constructor Details
-
ASTMinusGraphPattern
public ASTMinusGraphPattern(int id) -
ASTMinusGraphPattern
-
-
Method Details
-
jjtAccept
Accept the visitor.- Specified by:
jjtAccept
in interfaceNode
- Overrides:
jjtAccept
in classSimpleNode
- Throws:
VisitorException
-