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 t-rex-0.7.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
br.com.starcode.trex.types
├─ br.com.starcode.trex.types.ForStatementData.class - [JAR]
├─ br.com.starcode.trex.types.FormatterHelper.class - [JAR]
├─ br.com.starcode.trex.types.IfStatementData.class - [JAR]
├─ br.com.starcode.trex.types.Range.class - [JAR]
br.com.starcode.trex.util
├─ br.com.starcode.trex.util.ResourceBundleMap.class - [JAR]
├─ br.com.starcode.trex.util.StringBuilderOutputStream.class - [JAR]
br.com.starcode.trex.interpreter
├─ br.com.starcode.trex.interpreter.Interpreter.class - [JAR]
├─ br.com.starcode.trex.interpreter.MVEL2Interpreter.class - [JAR]
br.com.starcode.trex.spreadsheet
├─ br.com.starcode.trex.spreadsheet.AdditionalModifications.class - [JAR]
├─ br.com.starcode.trex.spreadsheet.PoiSheetParser.class - [JAR]
├─ br.com.starcode.trex.spreadsheet.SheetParser.class - [JAR]
br.com.starcode.trex
├─ br.com.starcode.trex.Trex.class - [JAR]
├─ br.com.starcode.trex.TrexConfiguration.class - [JAR]
├─ br.com.starcode.trex.TrexConfigurationBuilder.class - [JAR]
├─ br.com.starcode.trex.TrexGenerator.class - [JAR]
├─ br.com.starcode.trex.TrexModelBuilder.class - [JAR]
├─ br.com.starcode.trex.TrexTemplateBuilder.class - [JAR]