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 chapi-ast-typescript-2.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
chapi.ast.typescriptast
├─ chapi.ast.typescriptast.TSIdentify.class - [JAR]
├─ chapi.ast.typescriptast.TypeScriptAnalyser.class - [JAR]
├─ chapi.ast.typescriptast.TypeScriptAstListener.class - [JAR]
├─ chapi.ast.typescriptast.TypeScriptFullIdentListener.class - [JAR]
chapi.ast.antlr
├─ chapi.ast.antlr.TypeScriptLexer.class - [JAR]
├─ chapi.ast.antlr.TypeScriptLexerBase.class - [JAR]
├─ chapi.ast.antlr.TypeScriptParser.class - [JAR]
├─ chapi.ast.antlr.TypeScriptParserBase.class - [JAR]
├─ chapi.ast.antlr.TypeScriptParserBaseListener.class - [JAR]
├─ chapi.ast.antlr.TypeScriptParserBaseVisitor.class - [JAR]
├─ chapi.ast.antlr.TypeScriptParserListener.class - [JAR]
├─ chapi.ast.antlr.TypeScriptParserVisitor.class - [JAR]