jar

com.github.adrninistrator : java-callgraph

Maven & Gradle

Aug 07, 2021
2 usages
13 stars

java-callgraph · Programs for producing static call graphs for Java programs

Table Of Contents

Latest Version

Download com.github.adrninistrator : java-callgraph JAR file - Latest Versions:

All Versions

Download com.github.adrninistrator : java-callgraph JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window java-callgraph-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

gr.gousiosg.javacg.enums

├─ gr.gousiosg.javacg.enums.CallTypeEnum.class - [JAR]

gr.gousiosg.javacg.common

├─ gr.gousiosg.javacg.common.Constants.class - [JAR]

gr.gousiosg.javacg.stat

├─ gr.gousiosg.javacg.stat.ClassVisitor.class - [JAR]

├─ gr.gousiosg.javacg.stat.DynamicCallManager.class - [JAR]

├─ gr.gousiosg.javacg.stat.JCallGraph.class - [JAR]

├─ gr.gousiosg.javacg.stat.MethodVisitor.class - [JAR]

gr.gousiosg.javacg.dto

├─ gr.gousiosg.javacg.dto.ChildrenClassInfo.class - [JAR]

├─ gr.gousiosg.javacg.dto.ClassInterfaceMethodInfo.class - [JAR]

├─ gr.gousiosg.javacg.dto.ExtendsClassMethodInfo.class - [JAR]

├─ gr.gousiosg.javacg.dto.MethodAttribute.class - [JAR]

├─ gr.gousiosg.javacg.dto.MethodCallDto.class - [JAR]

├─ gr.gousiosg.javacg.dto.TmpNode4ExtendsClassMethod.class - [JAR]

gr.gousiosg.javacg.util

├─ gr.gousiosg.javacg.util.CommonUtil.class - [JAR]

Advertisement