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 protobuf-parser-2.0.5.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.type
├─ it.auties.protobuf.parser.type.ProtobufMessageType.class - [JAR]
├─ it.auties.protobuf.parser.type.ProtobufPrimitiveType.class - [JAR]
├─ it.auties.protobuf.parser.type.ProtobufTypeReference.class - [JAR]
it.auties.protobuf.parser.exception
├─ it.auties.protobuf.parser.exception.ProtobufSyntaxException.class - [JAR]
├─ it.auties.protobuf.parser.exception.ProtobufTypeException.class - [JAR]
it.auties.protobuf.parser.statement
├─ it.auties.protobuf.parser.statement.ProtobufDocument.class - [JAR]
├─ it.auties.protobuf.parser.statement.ProtobufEnumStatement.class - [JAR]
├─ it.auties.protobuf.parser.statement.ProtobufFieldStatement.class - [JAR]
├─ it.auties.protobuf.parser.statement.ProtobufMessageStatement.class - [JAR]
├─ it.auties.protobuf.parser.statement.ProtobufObject.class - [JAR]
├─ it.auties.protobuf.parser.statement.ProtobufOneOfStatement.class - [JAR]
├─ it.auties.protobuf.parser.statement.ProtobufReservable.class - [JAR]
├─ it.auties.protobuf.parser.statement.ProtobufStatement.class - [JAR]
├─ it.auties.protobuf.parser.statement.ProtobufStatementType.class - [JAR]