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