Uses of Class
org.eclipse.rdf4j.query.parser.sparql.ast.ASTPrefixDecl
-
Packages that use ASTPrefixDecl 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 ASTPrefixDecl in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type ASTPrefixDecl Modifier and Type Method Description ObjectAbstractASTVisitor. visit(ASTPrefixDecl node, Object data) -
Uses of ASTPrefixDecl in org.eclipse.rdf4j.query.parser.sparql.ast
Methods in org.eclipse.rdf4j.query.parser.sparql.ast that return types with arguments of type ASTPrefixDecl Modifier and Type Method Description List<ASTPrefixDecl>ASTOperationContainer. getPrefixDeclList()Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type ASTPrefixDecl Modifier and Type Method Description ObjectSyntaxTreeBuilderDefaultVisitor. visit(ASTPrefixDecl node, Object data)ObjectSyntaxTreeBuilderVisitor. visit(ASTPrefixDecl node, Object data)
-