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 protoc-parser-1.16.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
it.auties.protobuf.parser
├─ it.auties.protobuf.parser.ProtobufParser.class - [JAR]
it.auties.protobuf.parser.object
├─ it.auties.protobuf.parser.object.ProtobufDocument.class - [JAR]
├─ it.auties.protobuf.parser.object.ProtobufObject.class - [JAR]
it.auties.protobuf.parser.model
├─ it.auties.protobuf.parser.model.FieldModifier.class - [JAR]
├─ it.auties.protobuf.parser.model.FieldType.class - [JAR]
├─ it.auties.protobuf.parser.model.ProtobufSyntaxException.class - [JAR]
it.auties.protobuf.parser.statement
├─ it.auties.protobuf.parser.statement.EnumConstantStatement.class - [JAR]
├─ it.auties.protobuf.parser.statement.EnumStatement.class - [JAR]
├─ it.auties.protobuf.parser.statement.FieldStatement.class - [JAR]
├─ it.auties.protobuf.parser.statement.MessageStatement.class - [JAR]
├─ it.auties.protobuf.parser.statement.OneOfStatement.class - [JAR]
├─ it.auties.protobuf.parser.statement.ProtobufStatement.class - [JAR]