Uses of Class
org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperation
-
Packages that use ASTOperation Package Description org.eclipse.rdf4j.query.parser.sparql.ast SPARQL 1.1 Abstract Syntax Tree (AST) parser. -
-
Uses of ASTOperation in org.eclipse.rdf4j.query.parser.sparql.ast
Subclasses of ASTOperation in org.eclipse.rdf4j.query.parser.sparql.ast Modifier and Type Class Description classASTAddclassASTAskQueryclassASTClearclassASTConstructQueryclassASTCopyclassASTCreateclassASTDeleteDataclassASTDeleteWhereclassASTDescribeQueryclassASTDropclassASTInsertDataclassASTLoadclassASTModifyclassASTMoveclassASTQueryclassASTSelectQueryclassASTUpdateMethods in org.eclipse.rdf4j.query.parser.sparql.ast that return ASTOperation Modifier and Type Method Description ASTOperationASTOperationContainer. getOperation()
-