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 starscript-0.2.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.meteordev.starscript
├─ org.meteordev.starscript.Instruction.class - [JAR]
├─ org.meteordev.starscript.Script.class - [JAR]
├─ org.meteordev.starscript.Section.class - [JAR]
├─ org.meteordev.starscript.StandardLib.class - [JAR]
├─ org.meteordev.starscript.Starscript.class - [JAR]
org.meteordev.starscript.utils
├─ org.meteordev.starscript.utils.AbstractExprVisitor.class - [JAR]
├─ org.meteordev.starscript.utils.CompletionCallback.class - [JAR]
├─ org.meteordev.starscript.utils.Error.class - [JAR]
├─ org.meteordev.starscript.utils.SFunction.class - [JAR]
├─ org.meteordev.starscript.utils.SemanticToken.class - [JAR]
├─ org.meteordev.starscript.utils.SemanticTokenProvider.class - [JAR]
├─ org.meteordev.starscript.utils.SemanticTokenType.class - [JAR]
├─ org.meteordev.starscript.utils.Stack.class - [JAR]
├─ org.meteordev.starscript.utils.StarscriptError.class - [JAR]
├─ org.meteordev.starscript.utils.VariableReplacementTransformer.class - [JAR]
org.meteordev.starscript.value
├─ org.meteordev.starscript.value.Value.class - [JAR]
├─ org.meteordev.starscript.value.ValueMap.class - [JAR]
├─ org.meteordev.starscript.value.ValueType.class - [JAR]
org.meteordev.starscript.compiler
├─ org.meteordev.starscript.compiler.Compiler.class - [JAR]
├─ org.meteordev.starscript.compiler.Expr.class - [JAR]
├─ org.meteordev.starscript.compiler.Lexer.class - [JAR]
├─ org.meteordev.starscript.compiler.Parser.class - [JAR]
├─ org.meteordev.starscript.compiler.Token.class - [JAR]