Class ASTBlankNodePropertyList
java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
org.eclipse.rdf4j.query.parser.sparql.ast.ASTBlankNodePropertyList
- All Implemented Interfaces:
Node
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionASTBlankNodePropertyList
(int id) ASTBlankNodePropertyList
(SyntaxTreeBuilder p, int id) -
Method Summary
Modifier and TypeMethodDescriptionjjtAccept
(SyntaxTreeBuilderVisitor visitor, Object data) Accept the visitor.void
setVarName
(String varName) toString()
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
-
Field Details
-
varName
-
-
Constructor Details
-
ASTBlankNodePropertyList
public ASTBlankNodePropertyList(int id) -
ASTBlankNodePropertyList
-
-
Method Details
-
jjtAccept
Description copied from class:SimpleNode
Accept the visitor.- Specified by:
jjtAccept
in interfaceNode
- Overrides:
jjtAccept
in classSimpleNode
- Throws:
VisitorException
-
getVarName
-
setVarName
-
toString
- Overrides:
toString
in classSimpleNode
-