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.emf.mwe2.runtime-2.15.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.emf.mwe2.runtime.workflow
├─ org.eclipse.emf.mwe2.runtime.workflow.AbstractCompositeWorkflowComponent.class - [JAR]
├─ org.eclipse.emf.mwe2.runtime.workflow.IWorkflow.class - [JAR]
├─ org.eclipse.emf.mwe2.runtime.workflow.IWorkflowComponent.class - [JAR]
├─ org.eclipse.emf.mwe2.runtime.workflow.IWorkflowContext.class - [JAR]
├─ org.eclipse.emf.mwe2.runtime.workflow.Workflow.class - [JAR]
├─ org.eclipse.emf.mwe2.runtime.workflow.WorkflowContextImpl.class - [JAR]
org.eclipse.emf.mwe2.runtime
├─ org.eclipse.emf.mwe2.runtime.IFactory.class - [JAR]
├─ org.eclipse.emf.mwe2.runtime.Mandatory.class - [JAR]
├─ org.eclipse.emf.mwe2.runtime.Matches.class - [JAR]