jar

org.neo4j : neo4j-front-end

Maven & Gradle

Aug 24, 2023
4 usages
12.5k stars

openCypher Front End · Scala implementation of - parser - abstract syntax tree (AST) - semantic analysis - typing - scoping for openCypher queries, resulting in a normalised AST representation of the query string. See https://www.opencypher.org for more information on the openCypher project and query language.

Table Of Contents

Latest Version

Download org.neo4j : neo4j-front-end JAR file - Latest Versions:

All Versions

Download org.neo4j : neo4j-front-end JAR file - All Versions:

Version Vulnerabilities Size Updated
5.11.x
5.10.x
5.9.x
5.8.x
5.7.x
5.6.x
5.5.x
5.4.x
5.3.x
5.2.x
5.1.x
4.4.x
4.3.x
4.2.x
4.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window neo4j-front-end-4.4.25.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.neo4j.cypher.internal.frontend.phases.factories

├─ org.neo4j.cypher.internal.frontend.phases.factories.PlanPipelineTransformerFactory.class - [JAR]

org.neo4j.cypher.internal.frontend.helpers

├─ org.neo4j.cypher.internal.frontend.helpers.SeqCombiner.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.helpers.package.class - [JAR]

org.neo4j.cypher.internal.frontend.phases.rewriting.cnf

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.AndRewrittenToAnds.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.AndsAboveOrs.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.CNFNormalizer.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.CnfPhase.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.InequalitiesNormalized.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.NoDuplicateNeighbouringBooleanOperands.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.NoInequalityInsideNot.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.NoXorOperators.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.NotsBelowBooleanOperators.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.PredicatesSimplified.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.deMorganRewriter.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.distributeLawsRewriter.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.flattenBooleanOperators.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.mergeDuplicateBooleanOperators.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.mergeDuplicateBooleanOperatorsRewriter.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.normalizeInequalities.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.normalizeSargablePredicates.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.rewriteEqualityToInPredicate.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.rewriting.cnf.simplifyPredicates.class - [JAR]

org.neo4j.cypher.internal.frontend

├─ org.neo4j.cypher.internal.frontend.PlannerName.class - [JAR]

org.neo4j.cypher.internal.frontend.phases

├─ org.neo4j.cypher.internal.frontend.phases.ASTRewriter.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.AmbiguousNamesDisambiguated.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.AstRewriting.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.BaseContains.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.BaseContext.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.BaseState.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.CompilationPhaseTracer.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.DeprecatedSyntaxReplaced.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.EqualityRewrittenToIn.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.ExpandStarRewriter.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.If.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.InPredicatesCollapsed.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.InitialState.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.LiteralExtraction.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.Monitors.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.Namespacer.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.ObfuscationMetadataCollection.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.Parsing.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.Phase.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.PipeLine.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.PreparatoryRewriting.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.ProjectNamedPathsRewriter.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.SemanticAnalysis.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.StatementCondition.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.StatementRewriter.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.SyntaxAdditionsErrors.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.SyntaxDeprecationWarningsAndReplacements.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.TokensResolved.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.Transformer.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.TransitiveClosureAppliedToWhereClauses.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.VisitorPhase.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.collapseMultipleInPredicates.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.extractSensitiveLiterals.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.isolateAggregation.class - [JAR]

├─ org.neo4j.cypher.internal.frontend.phases.transitiveClosure.class - [JAR]

Advertisement

Dependencies from Group

Aug 24, 2023
265 usages
12.5k stars
Aug 24, 2023
227 usages
12.5k stars
Aug 24, 2023
168 usages
12.5k stars
Aug 24, 2023
86 usages
12.5k stars
Aug 24, 2023
83 usages
12.5k stars

Discover Dependencies

May 10, 2023
7 usages
4.3k stars
May 10, 2023
7 usages
4.3k stars
Jul 18, 2023
20 usages
2.5k stars
Jul 18, 2023
4 usages
2.5k stars
May 18, 2023
4 usages
403 stars
May 18, 2023
4 usages
403 stars
Jun 29, 2020
4 usages
403 stars
Jun 29, 2020
4 usages
403 stars