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 org.eclipse.vorto.editor.infomodel.ide-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.vorto.editor.infomodel.ide.contentassist.antlr
├─ org.eclipse.vorto.editor.infomodel.ide.contentassist.antlr.InformationModelParser.class - [JAR]
├─ org.eclipse.vorto.editor.infomodel.ide.contentassist.antlr.PartialInformationModelContentAssistParser.class - [JAR]
org.eclipse.vorto.editor.infomodel.ide
├─ org.eclipse.vorto.editor.infomodel.ide.AbstractInformationModelIdeModule.class - [JAR]
├─ org.eclipse.vorto.editor.infomodel.ide.InformationModelIdeModule.class - [JAR]
├─ org.eclipse.vorto.editor.infomodel.ide.InformationModelIdeSetup.class - [JAR]
org.eclipse.vorto.editor.infomodel.ide.contentassist.antlr.internal
├─ org.eclipse.vorto.editor.infomodel.ide.contentassist.antlr.internal.InternalInformationModelLexer.class - [JAR]
├─ org.eclipse.vorto.editor.infomodel.ide.contentassist.antlr.internal.InternalInformationModelParser.class - [JAR]