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 clove-t-0.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.xtcoder.clove.t
├─ top.xtcoder.clove.t.CloveTemplate.class - [JAR]
├─ top.xtcoder.clove.t.ITemplate.class - [JAR]
top.xtcoder.clove.t.latex
├─ top.xtcoder.clove.t.latex.Latex.class - [JAR]
top.xtcoder.clove.t.ast
├─ top.xtcoder.clove.t.ast.BlockToken.class - [JAR]
├─ top.xtcoder.clove.t.ast.EndToken.class - [JAR]
├─ top.xtcoder.clove.t.ast.ForToken.class - [JAR]
├─ top.xtcoder.clove.t.ast.IfToken.class - [JAR]
├─ top.xtcoder.clove.t.ast.IncludeToken.class - [JAR]
├─ top.xtcoder.clove.t.ast.Token.class - [JAR]
├─ top.xtcoder.clove.t.ast.VarToken.class - [JAR]