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 language-groovy-2.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.blacksquircle.ui.language.groovy.styler
├─ com.blacksquircle.ui.language.groovy.styler.GroovyStyler.class - [JAR]
com.blacksquircle.ui.language.groovy.parser
├─ com.blacksquircle.ui.language.groovy.parser.GroovyParser.class - [JAR]
com.blacksquircle.ui.language.groovy.lexer
├─ com.blacksquircle.ui.language.groovy.lexer.GroovyLexer.class - [JAR]
├─ com.blacksquircle.ui.language.groovy.lexer.GroovyToken.class - [JAR]
com.blacksquircle.ui.language.groovy
├─ com.blacksquircle.ui.language.groovy.GroovyLanguage.class - [JAR]
com.blacksquircle.ui.language.groovy.provider
├─ com.blacksquircle.ui.language.groovy.provider.GroovyProvider.class - [JAR]