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 processor-1.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.faendir.discord4j.command.parser
├─ com.faendir.discord4j.command.parser.Generator.class - [JAR]
├─ com.faendir.discord4j.command.parser.KotlinpoetutilsKt.class - [JAR]
├─ com.faendir.discord4j.command.parser.KsputilsKt.class - [JAR]
├─ com.faendir.discord4j.command.parser.Processor.class - [JAR]
├─ com.faendir.discord4j.command.parser.ProcessorProvider.class - [JAR]
com.faendir.discord4j.command.parser.parameter
├─ com.faendir.discord4j.command.parser.parameter.BooleanParameter.class - [JAR]
├─ com.faendir.discord4j.command.parser.parameter.CustomParameter.class - [JAR]
├─ com.faendir.discord4j.command.parser.parameter.EnumParameter.class - [JAR]
├─ com.faendir.discord4j.command.parser.parameter.IntParameter.class - [JAR]
├─ com.faendir.discord4j.command.parser.parameter.Parameter.class - [JAR]
├─ com.faendir.discord4j.command.parser.parameter.ParameterFactory.class - [JAR]
├─ com.faendir.discord4j.command.parser.parameter.StringParameter.class - [JAR]