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 ngs-feature-1.8.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.nmdp.ngs.feature.parser
├─ org.nmdp.ngs.feature.parser.FeatureParser.class - [JAR]
├─ org.nmdp.ngs.feature.parser.FeatureParserConstants.class - [JAR]
├─ org.nmdp.ngs.feature.parser.FeatureParserTokenManager.class - [JAR]
├─ org.nmdp.ngs.feature.parser.ParseException.class - [JAR]
├─ org.nmdp.ngs.feature.parser.SimpleCharStream.class - [JAR]
├─ org.nmdp.ngs.feature.parser.Token.class - [JAR]
├─ org.nmdp.ngs.feature.parser.TokenMgrError.class - [JAR]
org.nmdp.ngs.feature
├─ org.nmdp.ngs.feature.Allele.class - [JAR]
├─ org.nmdp.ngs.feature.AlleleException.class - [JAR]
├─ org.nmdp.ngs.feature.Locus.class - [JAR]
├─ org.nmdp.ngs.feature.LocusException.class - [JAR]
├─ org.nmdp.ngs.feature.Sample.class - [JAR]
├─ org.nmdp.ngs.feature.VcfFile.class - [JAR]
├─ org.nmdp.ngs.feature.VcfFileException.class - [JAR]
├─ org.nmdp.ngs.feature.VcfRecord.class - [JAR]