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 chapi-ast-kotlin-2.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
chapi.ast.kotlinast
├─ chapi.ast.kotlinast.AnalysisMode.class - [JAR]
├─ chapi.ast.kotlinast.KotlinAnalyser.class - [JAR]
├─ chapi.ast.kotlinast.KotlinAnalyserKt.class - [JAR]
├─ chapi.ast.kotlinast.KotlinAstListener.class - [JAR]
├─ chapi.ast.kotlinast.KotlinBasicIdentListener.class - [JAR]
├─ chapi.ast.kotlinast.KotlinFullIdentListener.class - [JAR]
chapi.ast.antlr
├─ chapi.ast.antlr.KotlinLexer.class - [JAR]
├─ chapi.ast.antlr.KotlinParser.class - [JAR]
├─ chapi.ast.antlr.KotlinParserBaseListener.class - [JAR]
├─ chapi.ast.antlr.KotlinParserBaseVisitor.class - [JAR]
├─ chapi.ast.antlr.KotlinParserListener.class - [JAR]
├─ chapi.ast.antlr.KotlinParserVisitor.class - [JAR]
├─ chapi.ast.antlr.UnicodeClasses.class - [JAR]