Neo4j Community

org.neo4j.cypher.javacompat
Class CypherParser

java.lang.Object
  extended by org.neo4j.cypher.javacompat.CypherParser

public class CypherParser
extends Object

This is the entry point to parse strings to Query-objects


Constructor Summary
CypherParser()
           
 
Method Summary
 org.neo4j.cypher.commands.Query parse(String query)
           
static org.neo4j.cypher.commands.Query parseConsole(String query)
           
static org.neo4j.cypher.commands.Query parseStrict(String query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CypherParser

public CypherParser()
Method Detail

parse

public org.neo4j.cypher.commands.Query parse(String query)
                                      throws org.neo4j.cypher.SyntaxException
Throws:
org.neo4j.cypher.SyntaxException

parseStrict

public static org.neo4j.cypher.commands.Query parseStrict(String query)
                                                   throws org.neo4j.cypher.SyntaxException
Throws:
org.neo4j.cypher.SyntaxException

parseConsole

public static org.neo4j.cypher.commands.Query parseConsole(String query)
                                                    throws org.neo4j.cypher.SyntaxException
Throws:
org.neo4j.cypher.SyntaxException

Neo4j Community

Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.