Uses of Interface
org.eclipse.rdf4j.query.parser.sparql.ast.Node
-
Packages that use Node Package Description org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser.org.eclipse.rdf4j.query.parser.sparql.ast SPARQL 1.1 Abstract Syntax Tree (AST) parser. -
-
Uses of Node in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type Node Modifier and Type Method Description private static void
WildcardProjectionProcessor. addQueryVars(ASTWhereClause queryBody, Node wildcardNode)
Deprecated.private TupleExpr
SPARQLParser. buildQueryModel(Node qc)
private ASTObjectList
TupleExprBuilder. getObjectList(Node node)
-
Uses of Node in org.eclipse.rdf4j.query.parser.sparql.ast
Fields in org.eclipse.rdf4j.query.parser.sparql.ast declared as Node Modifier and Type Field Description protected Node[]
SimpleNode. children
protected Node
SimpleNode. parent
Fields in org.eclipse.rdf4j.query.parser.sparql.ast with type parameters of type Node Modifier and Type Field Description private java.util.List<Node>
JJTSyntaxTreeBuilderState. nodes
Methods in org.eclipse.rdf4j.query.parser.sparql.ast with type parameters of type Node Modifier and Type Method Description <T extends Node>
TSimpleNode. jjtGetChild(java.lang.Class<T> type)
Gets the (first) child of this node that is of the specific type.<T extends Node>
java.util.List<T>SimpleNode. jjtGetChildren(java.lang.Class<T> type)
Methods in org.eclipse.rdf4j.query.parser.sparql.ast that return Node Modifier and Type Method Description private Node
ASTServiceGraphPattern. getParentContainer(Node node)
Node
ASTPropertyList. getVerb()
Node
ASTPropertyListPath. getVerb()
Node
Node. jjtGetChild(int i)
This method returns a child node.Node
SimpleNode. jjtGetChild(int i)
Node[]
SimpleNode. jjtGetChildren()
Node
Node. jjtGetParent()
Node
SimpleNode. jjtGetParent()
Node
JJTSyntaxTreeBuilderState. peekNode()
Node
JJTSyntaxTreeBuilderState. popNode()
Node
JJTSyntaxTreeBuilderState. rootNode()
Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type Node Modifier and Type Method Description void
JJTSyntaxTreeBuilderState. clearNodeScope(Node n)
void
JJTSyntaxTreeBuilderState. closeNodeScope(Node n, boolean condition)
void
JJTSyntaxTreeBuilderState. closeNodeScope(Node n, int num)
private Node
ASTServiceGraphPattern. getParentContainer(Node node)
void
Node. jjtAddChild(Node n, int i)
This method tells the node to add its argument to the node's list of children.void
SimpleNode. jjtAddChild(Node n, int i)
void
Node. jjtAppendChild(Node n)
Adds the supplied node as the last child node to this node.void
SimpleNode. jjtAppendChild(Node n)
void
Node. jjtReplaceChild(Node oldNode, Node newNode)
Replaces a child node with a new node.void
SimpleNode. jjtReplaceChild(Node oldNode, Node newNode)
void
SimpleNode. jjtReplaceWith(Node newNode)
void
Node. jjtSetParent(Node n)
This pair of methods are used to inform the node of its parent.void
SimpleNode. jjtSetParent(Node n)
void
JJTSyntaxTreeBuilderState. openNodeScope(Node n)
void
JJTSyntaxTreeBuilderState. pushNode(Node n)
-