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 cypher-gremlin-extensions-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.traversal
├─ org.opencypher.gremlin.traversal.CustomFunctions.class - [JAR]
├─ org.opencypher.gremlin.traversal.CustomPredicate.class - [JAR]
org.opencypher.gremlin.translation.exception
├─ org.opencypher.gremlin.translation.exception.ArgumentException.class - [JAR]
├─ org.opencypher.gremlin.translation.exception.ConstraintException.class - [JAR]
├─ org.opencypher.gremlin.translation.exception.CypherExceptions.class - [JAR]
├─ org.opencypher.gremlin.translation.exception.EntityNotFound.class - [JAR]
├─ org.opencypher.gremlin.translation.exception.TypeException.class - [JAR]
org.opencypher.gremlin.translation
├─ org.opencypher.gremlin.translation.Tokens.class - [JAR]