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 script-recompiler-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.legendofdragoon.scripting.tokens
├─ org.legendofdragoon.scripting.tokens.Data.class - [JAR]
├─ org.legendofdragoon.scripting.tokens.Entry.class - [JAR]
├─ org.legendofdragoon.scripting.tokens.Entrypoint.class - [JAR]
├─ org.legendofdragoon.scripting.tokens.LodString.class - [JAR]
├─ org.legendofdragoon.scripting.tokens.Op.class - [JAR]
├─ org.legendofdragoon.scripting.tokens.Param.class - [JAR]
├─ org.legendofdragoon.scripting.tokens.PointerTable.class - [JAR]
├─ org.legendofdragoon.scripting.tokens.Script.class - [JAR]
org.legendofdragoon.scripting
├─ org.legendofdragoon.scripting.Compiler.class - [JAR]
├─ org.legendofdragoon.scripting.CustomConfigurationFactory.class - [JAR]
├─ org.legendofdragoon.scripting.Disassembler.class - [JAR]
├─ org.legendofdragoon.scripting.Lexer.class - [JAR]
├─ org.legendofdragoon.scripting.MathHelper.class - [JAR]
├─ org.legendofdragoon.scripting.OpType.class - [JAR]
├─ org.legendofdragoon.scripting.ParameterType.class - [JAR]
├─ org.legendofdragoon.scripting.Patcher.class - [JAR]
├─ org.legendofdragoon.scripting.Shell.class - [JAR]
├─ org.legendofdragoon.scripting.State.class - [JAR]
├─ org.legendofdragoon.scripting.StringInfo.class - [JAR]
├─ org.legendofdragoon.scripting.Translator.class - [JAR]
org.legendofdragoon.scripting.meta
├─ org.legendofdragoon.scripting.meta.Meta.class - [JAR]
├─ org.legendofdragoon.scripting.meta.MetaManager.class - [JAR]
├─ org.legendofdragoon.scripting.meta.NoSuchVersionException.class - [JAR]