View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window translation-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.opencypher.gremlin.translation.ir.builder
├─ org.opencypher.gremlin.translation.ir.builder.IRGremlinBindings.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.builder.IRGremlinPredicates.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.builder.IRGremlinSteps.class - [JAR]
org.opencypher.gremlin.traversal
├─ org.opencypher.gremlin.traversal.CustomFunction.class - [JAR]
├─ org.opencypher.gremlin.traversal.ParameterNormalizer.class - [JAR]
├─ org.opencypher.gremlin.traversal.ProcedureContext.class - [JAR]
├─ org.opencypher.gremlin.traversal.ReturnNormalizer.class - [JAR]
org.apache.tinkerpop.gremlin.process.traversal.step.map
├─ org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStepAccessor.class - [JAR]
org.opencypher.gremlin.translation.walker
├─ org.opencypher.gremlin.translation.walker.CallWalker.class - [JAR]
├─ org.opencypher.gremlin.translation.walker.CreateWalker.class - [JAR]
├─ org.opencypher.gremlin.translation.walker.DeleteWalker.class - [JAR]
├─ org.opencypher.gremlin.translation.walker.ExpressionWalker.class - [JAR]
├─ org.opencypher.gremlin.translation.walker.MatchWalker.class - [JAR]
├─ org.opencypher.gremlin.translation.walker.MergeWalker.class - [JAR]
├─ org.opencypher.gremlin.translation.walker.NodeUtils.class - [JAR]
├─ org.opencypher.gremlin.translation.walker.PatternWalker.class - [JAR]
├─ org.opencypher.gremlin.translation.walker.ProjectionWalker.class - [JAR]
├─ org.opencypher.gremlin.translation.walker.SetWalker.class - [JAR]
├─ org.opencypher.gremlin.translation.walker.StatementWalker.class - [JAR]
├─ org.opencypher.gremlin.translation.walker.UnwindWalker.class - [JAR]
├─ org.opencypher.gremlin.translation.walker.WhereWalker.class - [JAR]
org.opencypher.gremlin.translation.preparser
├─ org.opencypher.gremlin.translation.preparser.CypherPreParser.class - [JAR]
├─ org.opencypher.gremlin.translation.preparser.ExplainOption.class - [JAR]
├─ org.opencypher.gremlin.translation.preparser.PreParsedStatement.class - [JAR]
├─ org.opencypher.gremlin.translation.preparser.PreParserOption.class - [JAR]
org.opencypher.gremlin.translation.exception
├─ org.opencypher.gremlin.translation.exception.SyntaxException.class - [JAR]
org.opencypher.gremlin.translation.translator
├─ org.opencypher.gremlin.translation.translator.Translator.class - [JAR]
├─ org.opencypher.gremlin.translation.translator.TranslatorFeature.class - [JAR]
├─ org.opencypher.gremlin.translation.translator.TranslatorFlavor.class - [JAR]
org.opencypher.gremlin.translation.traversal
├─ org.opencypher.gremlin.translation.traversal.DeprecatedOrderAccessor.class - [JAR]
├─ org.opencypher.gremlin.translation.traversal.TraversalGremlinBindings.class - [JAR]
├─ org.opencypher.gremlin.translation.traversal.TraversalGremlinPredicates.class - [JAR]
├─ org.opencypher.gremlin.translation.traversal.TraversalGremlinSteps.class - [JAR]
org.opencypher.gremlin.translation
├─ org.opencypher.gremlin.translation.CypherAst.class - [JAR]
├─ org.opencypher.gremlin.translation.EmptyParserContext.class - [JAR]
├─ org.opencypher.gremlin.translation.EmptyPlannerName.class - [JAR]
├─ org.opencypher.gremlin.translation.GremlinBindings.class - [JAR]
├─ org.opencypher.gremlin.translation.GremlinPredicates.class - [JAR]
├─ org.opencypher.gremlin.translation.GremlinSteps.class - [JAR]
├─ org.opencypher.gremlin.translation.GroovyIdentifiers.class - [JAR]
├─ org.opencypher.gremlin.translation.Normalization.class - [JAR]
├─ org.opencypher.gremlin.translation.ReturnProperties.class - [JAR]
├─ org.opencypher.gremlin.translation.StatementOption.class - [JAR]
├─ org.opencypher.gremlin.translation.TranslationFacade.class - [JAR]
org.opencypher.gremlin.translation.ir.model
├─ org.opencypher.gremlin.translation.ir.model.AddE.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.AddV.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Aggregate.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.And.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.As.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Barrier.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Between.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.BothE.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.By.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Cap.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.ChooseP2.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.ChooseP3.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.ChooseT1.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.ChooseT2.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.ChooseT3.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Coalesce.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Constant.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Contains.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Count.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.CountS.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Dedup.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Drop.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Edge.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Emit.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.EmitT.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.EndsWith.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Eq.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.FlatMapT.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Fold.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.From.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.GremlinBinding.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.GremlinPredicate.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.GremlinStep.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Group.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Gt.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Gte.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Has.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.HasKey.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.HasLabel.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.HasNot.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.HasP.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Id.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Identity.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.InE.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.InV.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Index.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Inject.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Is.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.IsNode.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.IsRelationship.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.IsString.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Key.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Label.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Limit.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.LimitS.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Local.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Loops.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Lt.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Lte.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.MapF.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.MapT.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Math.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Max.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.MaxS.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Mean.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.MeanS.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Min.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.MinS.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Neq.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Not.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.OptionT.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Optional.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Or.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Order.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.OtherV.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.OutE.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.OutV.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Path.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Project.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Properties.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.PropertyG.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.PropertyT.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.PropertyT2.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.PropertyTC.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.PropertyV.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.PropertyVC.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Range.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.RegexMatch.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Repeat.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.SelectC.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.SelectK.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.SelectP.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.SideEffect.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.SimplePath.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Skip.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.StartsWith.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Sum.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.SumS.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Tail.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Times.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.To.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Unfold.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Union.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Until.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Value.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.ValueMap.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Values.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Vertex.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.WhereP.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.WhereT.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.With.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.WithK.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Within.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.model.Without.class - [JAR]
org.opencypher.gremlin.translation.groovy
├─ org.opencypher.gremlin.translation.groovy.GroovyGremlinBindings.class - [JAR]
├─ org.opencypher.gremlin.translation.groovy.GroovyGremlinPredicates.class - [JAR]
├─ org.opencypher.gremlin.translation.groovy.GroovyGremlinSteps.class - [JAR]
├─ org.opencypher.gremlin.translation.groovy.GroovyPredicate.class - [JAR]
├─ org.opencypher.gremlin.translation.groovy.StringTranslationUtils.class - [JAR]
├─ org.opencypher.gremlin.translation.groovy.Verbatim.class - [JAR]
org.opencypher.gremlin.translation.ir.rewrite
├─ org.opencypher.gremlin.translation.ir.rewrite.CosmosDbFlavor.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.CustomFunctionFallback.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.Gremlin33xFlavor.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.GremlinRewriter.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.GroupStepFilters.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.IdentityRewriter.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.InlineFlatMapTraversal.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.NeptuneFlavor.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.RemoveIdentityReselect.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.RemoveIntermediateProjection.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.RemoveMultipleAliases.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.RemoveUnusedAliases.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.RemoveUselessNullChecks.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.RemoveUselessSteps.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.SimplifyDelete.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.SimplifyEdgeTraversal.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.SimplifyPropertySetters.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.SimplifyRenamedAliases.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.rewrite.SimplifySingleProjections.class - [JAR]
org.opencypher.gremlin.translation.context
├─ org.opencypher.gremlin.translation.context.NameGenerator.class - [JAR]
├─ org.opencypher.gremlin.translation.context.WalkerContext.class - [JAR]
org.opencypher.gremlin.extension
├─ org.opencypher.gremlin.extension.CypherBinding.class - [JAR]
├─ org.opencypher.gremlin.extension.CypherBindingType.class - [JAR]
├─ org.opencypher.gremlin.extension.CypherProcedure.class - [JAR]
├─ org.opencypher.gremlin.extension.CypherProcedureDefinition.class - [JAR]
├─ org.opencypher.gremlin.extension.CypherProcedureSignature.class - [JAR]
├─ org.opencypher.gremlin.extension.CypherProcedures.class - [JAR]
org.opencypher.gremlin.translation.ir
├─ org.opencypher.gremlin.translation.ir.GremlinParser.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.Parser.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.TranslationWriter.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.TraversalHelper.class - [JAR]
org.opencypher.gremlin.translation.ir.verify
├─ org.opencypher.gremlin.translation.ir.verify.GremlinPostCondition.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.verify.NoCustomFunctions.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.verify.NoEmptyTraversals.class - [JAR]
├─ org.opencypher.gremlin.translation.ir.verify.NoMultipleLabels.class - [JAR]
org.opencypher.gremlin.translation.bytecode
├─ org.opencypher.gremlin.translation.bytecode.BytecodeGremlinBindings.class - [JAR]
├─ org.opencypher.gremlin.translation.bytecode.BytecodeGremlinPredicates.class - [JAR]
├─ org.opencypher.gremlin.translation.bytecode.BytecodeGremlinSteps.class - [JAR]