Class ASTOptionalGraphPattern
- java.lang.Object
- 
- org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
- 
- org.eclipse.rdf4j.query.parser.sparql.ast.ASTOptionalGraphPattern
 
 
- 
- All Implemented Interfaces:
- Node
 
 public class ASTOptionalGraphPattern extends SimpleNode 
- 
- 
Constructor SummaryConstructors Constructor Description ASTOptionalGraphPattern(int id)ASTOptionalGraphPattern(SyntaxTreeBuilder p, int id)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectjjtAccept(SyntaxTreeBuilderVisitor visitor, Object data)Accept the visitor.- 
Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNodechildrenAccept, dump, getId, isScopeChange, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, jjtSetValue, setScopeChange, toString, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ASTOptionalGraphPatternpublic ASTOptionalGraphPattern(int id) 
 - 
ASTOptionalGraphPatternpublic ASTOptionalGraphPattern(SyntaxTreeBuilder p, int id) 
 
- 
 - 
Method Detail- 
jjtAcceptpublic Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) throws VisitorException Description copied from class:SimpleNodeAccept the visitor.- Specified by:
- jjtAcceptin interface- Node
- Overrides:
- jjtAcceptin class- SimpleNode
- Throws:
- VisitorException
 
 
- 
 
-