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-c-2.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
chapi.ast.cast
├─ chapi.ast.cast.CAnalyser.class - [JAR]
├─ chapi.ast.cast.CAstBaseListener.class - [JAR]
├─ chapi.ast.cast.CFullIdentListener.class - [JAR]
chapi.ast.antlr
├─ chapi.ast.antlr.CBaseListener.class - [JAR]
├─ chapi.ast.antlr.CBaseVisitor.class - [JAR]
├─ chapi.ast.antlr.CLexer.class - [JAR]
├─ chapi.ast.antlr.CListener.class - [JAR]
├─ chapi.ast.antlr.CParser.class - [JAR]
├─ chapi.ast.antlr.CVisitor.class - [JAR]