Uses of Interface
org.eclipse.rdf4j.query.parser.sparql.ast.Node
Packages that use Node
Package
Description
SPARQL 1.1 Abstract Syntax Tree (AST) parser.
- 
Uses of Node in org.eclipse.rdf4j.query.parser.sparql.ast
Classes in org.eclipse.rdf4j.query.parser.sparql.ast that implement NodeModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassAbstract supertype ofASTQueryContainerandASTUpdateContainerclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in org.eclipse.rdf4j.query.parser.sparql.ast declared as NodeModifier and TypeFieldDescriptionprotected Node[]SimpleNode.childrenprotected NodeSimpleNode.parentMethods in org.eclipse.rdf4j.query.parser.sparql.ast with type parameters of type NodeModifier and TypeMethodDescription<T extends Node>
TSimpleNode.jjtGetChild(Class<T> type) Gets the (first) child of this node that is of the specific type.SimpleNode.jjtGetChildren(Class<T> type) Methods in org.eclipse.rdf4j.query.parser.sparql.ast that return NodeModifier and TypeMethodDescriptionASTPropertyList.getVerb()ASTPropertyListPath.getVerb()Node.jjtGetChild(int i) This method returns a child node.SimpleNode.jjtGetChild(int i) Node[]SimpleNode.jjtGetChildren()Node.jjtGetParent()SimpleNode.jjtGetParent()JJTSyntaxTreeBuilderState.peekNode()JJTSyntaxTreeBuilderState.popNode()JJTSyntaxTreeBuilderState.rootNode()Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type NodeModifier and TypeMethodDescriptionvoidJJTSyntaxTreeBuilderState.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) void