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-csharp-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.csharp.styler
├─ com.blacksquircle.ui.language.csharp.styler.CSharpStyler.class - [JAR]
com.blacksquircle.ui.language.csharp.parser
├─ com.blacksquircle.ui.language.csharp.parser.CSharpParser.class - [JAR]
com.blacksquircle.ui.language.csharp.lexer
├─ com.blacksquircle.ui.language.csharp.lexer.CSharpLexer.class - [JAR]
├─ com.blacksquircle.ui.language.csharp.lexer.CSharpToken.class - [JAR]
com.blacksquircle.ui.language.csharp.provider
├─ com.blacksquircle.ui.language.csharp.provider.CSharpProvider.class - [JAR]
com.blacksquircle.ui.language.csharp
├─ com.blacksquircle.ui.language.csharp.CSharpLanguage.class - [JAR]