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 antlr4-intellij-adaptor-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.antlr.intellij.adaptor.lexer
├─ org.antlr.intellij.adaptor.lexer.ANTLRLexerAdaptor.class - [JAR]
├─ org.antlr.intellij.adaptor.lexer.ANTLRLexerState.class - [JAR]
├─ org.antlr.intellij.adaptor.lexer.CharSequenceCharStream.class - [JAR]
├─ org.antlr.intellij.adaptor.lexer.PSIElementTypeFactory.class - [JAR]
├─ org.antlr.intellij.adaptor.lexer.PSITokenSource.class - [JAR]
├─ org.antlr.intellij.adaptor.lexer.RuleIElementType.class - [JAR]
├─ org.antlr.intellij.adaptor.lexer.TokenIElementType.class - [JAR]
org.antlr.intellij.adaptor
├─ org.antlr.intellij.adaptor.SymtabUtils.class - [JAR]
org.antlr.intellij.adaptor.psi
├─ org.antlr.intellij.adaptor.psi.ANTLRPsiLeafNode.class - [JAR]
├─ org.antlr.intellij.adaptor.psi.ANTLRPsiNode.class - [JAR]
├─ org.antlr.intellij.adaptor.psi.IdentifierDefSubtree.class - [JAR]
├─ org.antlr.intellij.adaptor.psi.ScopeNode.class - [JAR]
├─ org.antlr.intellij.adaptor.psi.Trees.class - [JAR]
org.antlr.intellij.adaptor.parser
├─ org.antlr.intellij.adaptor.parser.ANTLRParseTreeToPSIConverter.class - [JAR]
├─ org.antlr.intellij.adaptor.parser.ANTLRParserAdaptor.class - [JAR]
├─ org.antlr.intellij.adaptor.parser.ErrorStrategyAdaptor.class - [JAR]
├─ org.antlr.intellij.adaptor.parser.SyntaxError.class - [JAR]
├─ org.antlr.intellij.adaptor.parser.SyntaxErrorListener.class - [JAR]
org.antlr.intellij.adaptor.xpath
├─ org.antlr.intellij.adaptor.xpath.XPath.class - [JAR]
├─ org.antlr.intellij.adaptor.xpath.XPathElement.class - [JAR]
├─ org.antlr.intellij.adaptor.xpath.XPathLexerErrorListener.class - [JAR]
├─ org.antlr.intellij.adaptor.xpath.XPathRuleAnywhereElement.class - [JAR]
├─ org.antlr.intellij.adaptor.xpath.XPathRuleElement.class - [JAR]
├─ org.antlr.intellij.adaptor.xpath.XPathTokenAnywhereElement.class - [JAR]
├─ org.antlr.intellij.adaptor.xpath.XPathTokenElement.class - [JAR]
├─ org.antlr.intellij.adaptor.xpath.XPathWildcardAnywhereElement.class - [JAR]
├─ org.antlr.intellij.adaptor.xpath.XPathWildcardElement.class - [JAR]