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 org-netbeans-modules-go-lang-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.antlr.parser.golang
├─ org.antlr.parser.golang.GoLexer.class - [JAR]
├─ org.antlr.parser.golang.GoParser.class - [JAR]
├─ org.antlr.parser.golang.GoParserBase.class - [JAR]
├─ org.antlr.parser.golang.GoParserBaseListener.class - [JAR]
├─ org.antlr.parser.golang.GoParserBaseVisitor.class - [JAR]
├─ org.antlr.parser.golang.GoParserListener.class - [JAR]
├─ org.antlr.parser.golang.GoParserVisitor.class - [JAR]