Uses of Interface
org.eclipse.rdf4j.query.parser.sparql.ast.Node
-
Packages that use Node Package Description 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.ast
Fields in org.eclipse.rdf4j.query.parser.sparql.ast declared as Node Modifier and Type Field Description protected Node[]SimpleNode. childrenprotected NodeSimpleNode. parentMethods in org.eclipse.rdf4j.query.parser.sparql.ast with type parameters of type Node Modifier and Type Method Description <T extends Node>
TSimpleNode. jjtGetChild(Class<T> type)Gets the (first) child of this node that is of the specific type.<T extends Node>
List<T>SimpleNode. jjtGetChildren(Class<T> type)Methods in org.eclipse.rdf4j.query.parser.sparql.ast that return Node Modifier and Type Method Description 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)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)
-