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 swiftsrc2cpg_3-2.0.365+25-98122e9b.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.joern.swiftsrc2cpg.parser
├─ io.joern.swiftsrc2cpg.parser.SwiftJsonParser.class - [JAR]
├─ io.joern.swiftsrc2cpg.parser.SwiftNodeSyntax.class - [JAR]
io.joern.swiftsrc2cpg
├─ io.joern.swiftsrc2cpg.Config.class - [JAR]
├─ io.joern.swiftsrc2cpg.Frontend.class - [JAR]
├─ io.joern.swiftsrc2cpg.Main.class - [JAR]
├─ io.joern.swiftsrc2cpg.SwiftSrc2Cpg.class - [JAR]
io.joern.swiftsrc2cpg.passes
├─ io.joern.swiftsrc2cpg.passes.AstCreationPass.class - [JAR]
├─ io.joern.swiftsrc2cpg.passes.BuiltinTypesPass.class - [JAR]
├─ io.joern.swiftsrc2cpg.passes.ConstClosurePass.class - [JAR]
├─ io.joern.swiftsrc2cpg.passes.Defines.class - [JAR]
├─ io.joern.swiftsrc2cpg.passes.DependenciesPass.class - [JAR]
├─ io.joern.swiftsrc2cpg.passes.ExtensionInheritancePass.class - [JAR]
├─ io.joern.swiftsrc2cpg.passes.GlobalBuiltins.class - [JAR]
├─ io.joern.swiftsrc2cpg.passes.ImportsPass.class - [JAR]
├─ io.joern.swiftsrc2cpg.passes.RecoverForSwiftFile.class - [JAR]
├─ io.joern.swiftsrc2cpg.passes.SwiftInheritanceNamePass.class - [JAR]
├─ io.joern.swiftsrc2cpg.passes.SwiftMetaDataPass.class - [JAR]
├─ io.joern.swiftsrc2cpg.passes.SwiftTypeHintCallLinker.class - [JAR]
├─ io.joern.swiftsrc2cpg.passes.SwiftTypeNodePass.class - [JAR]
├─ io.joern.swiftsrc2cpg.passes.SwiftTypeRecovery.class - [JAR]
├─ io.joern.swiftsrc2cpg.passes.SwiftTypeRecoveryPassGenerator.class - [JAR]
io.joern.swiftsrc2cpg.datastructures
├─ io.joern.swiftsrc2cpg.datastructures.BlockScope.class - [JAR]
├─ io.joern.swiftsrc2cpg.datastructures.BlockScopeElement.class - [JAR]
├─ io.joern.swiftsrc2cpg.datastructures.MethodScope.class - [JAR]
├─ io.joern.swiftsrc2cpg.datastructures.MethodScopeElement.class - [JAR]
├─ io.joern.swiftsrc2cpg.datastructures.PendingReference.class - [JAR]
├─ io.joern.swiftsrc2cpg.datastructures.ResolvedReference.class - [JAR]
├─ io.joern.swiftsrc2cpg.datastructures.Scope.class - [JAR]
├─ io.joern.swiftsrc2cpg.datastructures.ScopeElement.class - [JAR]
├─ io.joern.swiftsrc2cpg.datastructures.ScopeElementIterator.class - [JAR]
├─ io.joern.swiftsrc2cpg.datastructures.ScopeType.class - [JAR]
io.joern.swiftsrc2cpg.astcreation
├─ io.joern.swiftsrc2cpg.astcreation.AstCreator.class - [JAR]
├─ io.joern.swiftsrc2cpg.astcreation.AstCreatorHelper.class - [JAR]
├─ io.joern.swiftsrc2cpg.astcreation.AstForDeclSyntaxCreator.class - [JAR]
├─ io.joern.swiftsrc2cpg.astcreation.AstForExprSyntaxCreator.class - [JAR]
├─ io.joern.swiftsrc2cpg.astcreation.AstForPatternSyntaxCreator.class - [JAR]
├─ io.joern.swiftsrc2cpg.astcreation.AstForStmtSyntaxCreator.class - [JAR]
├─ io.joern.swiftsrc2cpg.astcreation.AstForSwiftTokenCreator.class - [JAR]
├─ io.joern.swiftsrc2cpg.astcreation.AstForSyntaxCollectionCreator.class - [JAR]
├─ io.joern.swiftsrc2cpg.astcreation.AstForSyntaxCreator.class - [JAR]
├─ io.joern.swiftsrc2cpg.astcreation.AstForTypeSyntaxCreator.class - [JAR]
├─ io.joern.swiftsrc2cpg.astcreation.AstNodeBuilder.class - [JAR]
io.joern.swiftsrc2cpg.utils
├─ io.joern.swiftsrc2cpg.utils.AstGenRunner.class - [JAR]
├─ io.joern.swiftsrc2cpg.utils.ExternalCommand.class - [JAR]