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 trino-grammar-425.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.trino.grammar.sql
├─ io.trino.grammar.sql.SqlBaseBaseListener.class - [JAR]
├─ io.trino.grammar.sql.SqlBaseBaseVisitor.class - [JAR]
├─ io.trino.grammar.sql.SqlBaseLexer.class - [JAR]
├─ io.trino.grammar.sql.SqlBaseListener.class - [JAR]
├─ io.trino.grammar.sql.SqlBaseParser.class - [JAR]
├─ io.trino.grammar.sql.SqlBaseVisitor.class - [JAR]
├─ io.trino.grammar.sql.SqlKeywords.class - [JAR]
io.trino.grammar.type
├─ io.trino.grammar.type.TypeCalculationBaseListener.class - [JAR]
├─ io.trino.grammar.type.TypeCalculationBaseVisitor.class - [JAR]
├─ io.trino.grammar.type.TypeCalculationLexer.class - [JAR]
├─ io.trino.grammar.type.TypeCalculationListener.class - [JAR]
├─ io.trino.grammar.type.TypeCalculationParser.class - [JAR]
├─ io.trino.grammar.type.TypeCalculationVisitor.class - [JAR]
io.trino.grammar.jsonpath
├─ io.trino.grammar.jsonpath.JsonPathBaseListener.class - [JAR]
├─ io.trino.grammar.jsonpath.JsonPathBaseVisitor.class - [JAR]
├─ io.trino.grammar.jsonpath.JsonPathLexer.class - [JAR]
├─ io.trino.grammar.jsonpath.JsonPathListener.class - [JAR]
├─ io.trino.grammar.jsonpath.JsonPathParser.class - [JAR]
├─ io.trino.grammar.jsonpath.JsonPathVisitor.class - [JAR]