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-java-lexer-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.lib.java.lexer
├─ org.netbeans.lib.java.lexer.JavaCharacterTokenId.class - [JAR]
├─ org.netbeans.lib.java.lexer.JavaLexer.class - [JAR]
├─ org.netbeans.lib.java.lexer.JavaStringLexer.class - [JAR]
├─ org.netbeans.lib.java.lexer.JavadocLexer.class - [JAR]
org.netbeans.api.java.lexer
├─ org.netbeans.api.java.lexer.JavaStringTokenId.class - [JAR]
├─ org.netbeans.api.java.lexer.JavaTokenId.class - [JAR]
├─ org.netbeans.api.java.lexer.JavadocTokenId.class - [JAR]