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 voidWildcardProjectionProcessor. addQueryVars(ASTWhereClause queryBody, Node wildcardNode)Deprecated.private TupleExprSPARQLParser. buildQueryModel(Node qc)private ASTObjectListTupleExprBuilder. 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. childrenprotected NodeSimpleNode. parentFields 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. nodesMethods 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 NodeASTServiceGraphPattern. getParentContainer(Node node)NodeASTPropertyList. getVerb()NodeASTPropertyListPath. getVerb()NodeNode. jjtGetChild(int i)This method returns a child node.NodeSimpleNode. jjtGetChild(int i)Node[]SimpleNode. jjtGetChildren()NodeNode. jjtGetParent()NodeSimpleNode. jjtGetParent()NodeJJTSyntaxTreeBuilderState. peekNode()NodeJJTSyntaxTreeBuilderState. popNode()NodeJJTSyntaxTreeBuilderState. rootNode()Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type Node Modifier and Type Method Description voidJJTSyntaxTreeBuilderState. clearNodeScope(Node n)voidJJTSyntaxTreeBuilderState. closeNodeScope(Node n, boolean condition)voidJJTSyntaxTreeBuilderState. closeNodeScope(Node n, int num)private NodeASTServiceGraphPattern. getParentContainer(Node node)voidNode. jjtAddChild(Node n, int i)This method tells the node to add its argument to the node's list of children.voidSimpleNode. jjtAddChild(Node n, int i)voidNode. jjtAppendChild(Node n)Adds the supplied node as the last child node to this node.voidSimpleNode. jjtAppendChild(Node n)voidNode. jjtReplaceChild(Node oldNode, Node newNode)Replaces a child node with a new node.voidSimpleNode. jjtReplaceChild(Node oldNode, Node newNode)voidSimpleNode. jjtReplaceWith(Node newNode)voidNode. jjtSetParent(Node n)This pair of methods are used to inform the node of its parent.voidSimpleNode. jjtSetParent(Node n)voidJJTSyntaxTreeBuilderState. openNodeScope(Node n)voidJJTSyntaxTreeBuilderState. pushNode(Node n)
-