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 testutils4antlr4-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.foo4bar.testutils4antlr4.serialization.json
├─ dev.foo4bar.testutils4antlr4.serialization.json.JsonLexerTestCase.class - [JAR]
├─ dev.foo4bar.testutils4antlr4.serialization.json.LexerTestCasesJsonData.class - [JAR]
dev.foo4bar.testutils4antlr4.serialization
├─ dev.foo4bar.testutils4antlr4.serialization.TestCasesSerializedDataSource.class - [JAR]
dev.foo4bar.testutils4antlr4.exception
├─ dev.foo4bar.testutils4antlr4.exception.GrammarTestingException.class - [JAR]
dev.foo4bar.testutils4antlr4.lexer
├─ dev.foo4bar.testutils4antlr4.lexer.LexerCaseInsensitivityCoverage.class - [JAR]
├─ dev.foo4bar.testutils4antlr4.lexer.LexerTestCase.class - [JAR]
├─ dev.foo4bar.testutils4antlr4.lexer.LexerTestCasesData.class - [JAR]
├─ dev.foo4bar.testutils4antlr4.lexer.LexerTestExecutionResult.class - [JAR]
├─ dev.foo4bar.testutils4antlr4.lexer.LexerTestSet.class - [JAR]
├─ dev.foo4bar.testutils4antlr4.lexer.LexerTestSetFactory.class - [JAR]
├─ dev.foo4bar.testutils4antlr4.lexer.LexerUnderTest.class - [JAR]