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-javascript2-lexer-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.javascript2.lexer
├─ org.netbeans.modules.javascript2.lexer.JsColoringLexer.class - [JAR]
├─ org.netbeans.modules.javascript2.lexer.JsDocumentationColoringLexer.class - [JAR]
├─ org.netbeans.modules.javascript2.lexer.JsDocumentationLexer.class - [JAR]
├─ org.netbeans.modules.javascript2.lexer.JsLexer.class - [JAR]
├─ org.netbeans.modules.javascript2.lexer.JsonLexer.class - [JAR]
├─ org.netbeans.modules.javascript2.lexer.NbLexerCharStream.class - [JAR]
org.netbeans.modules.javascript2.lexer.api
├─ org.netbeans.modules.javascript2.lexer.api.JsDocumentationTokenId.class - [JAR]
├─ org.netbeans.modules.javascript2.lexer.api.JsTokenId.class - [JAR]
├─ org.netbeans.modules.javascript2.lexer.api.LexUtilities.class - [JAR]