跳过导航链接
C D E F G H I J L M P R S T V 

C

ClassVisitor - com.github.houbb.java.callgraph.ex.stat中的类
The simplest of class visitors, invokes the method visitor class for each method found.
ClassVisitor(JavaClass) - 类 的构造器com.github.houbb.java.callgraph.ex.stat.ClassVisitor
 
com.github.houbb.java.callgraph.ex - 程序包 com.github.houbb.java.callgraph.ex
 
com.github.houbb.java.callgraph.ex.dyn - 程序包 com.github.houbb.java.callgraph.ex.dyn
 
com.github.houbb.java.callgraph.ex.exception - 程序包 com.github.houbb.java.callgraph.ex.exception
 
com.github.houbb.java.callgraph.ex.stat - 程序包 com.github.houbb.java.callgraph.ex.stat
 

D

DynamicCallManager - com.github.houbb.java.callgraph.ex.stat中的类
DynamicCallManager provides facilities to retrieve information about dynamic calls statically.
DynamicCallManager() - 类 的构造器com.github.houbb.java.callgraph.ex.stat.DynamicCallManager
 

E

enumerationAsStream(Enumeration<T>) - 类 中的静态方法com.github.houbb.java.callgraph.ex.stat.JCallGraph
 
equals(Object) - 类 中的方法com.github.houbb.java.callgraph.ex.dyn.Pair
 

F

first - 类 中的变量com.github.houbb.java.callgraph.ex.dyn.Pair
 

G

getCallGraph(String) - 类 中的静态方法com.github.houbb.java.callgraph.ex.stat.JCallGraph
获取指定 jar 文件的处理
getCallGraphList(List<String>) - 类 中的静态方法com.github.houbb.java.callgraph.ex.stat.JCallGraph
获取调用的图列表

H

hashCode() - 类 中的方法com.github.houbb.java.callgraph.ex.dyn.Pair
 

I

Instrumenter - com.github.houbb.java.callgraph.ex.dyn中的类
 
Instrumenter() - 类 的构造器com.github.houbb.java.callgraph.ex.dyn.Instrumenter
 

J

JavaCallgraphException - com.github.houbb.java.callgraph.ex.exception中的异常错误
 
JavaCallgraphException() - 异常错误 的构造器com.github.houbb.java.callgraph.ex.exception.JavaCallgraphException
 
JavaCallgraphException(String) - 异常错误 的构造器com.github.houbb.java.callgraph.ex.exception.JavaCallgraphException
 
JavaCallgraphException(String, Throwable) - 异常错误 的构造器com.github.houbb.java.callgraph.ex.exception.JavaCallgraphException
 
JavaCallgraphException(Throwable) - 异常错误 的构造器com.github.houbb.java.callgraph.ex.exception.JavaCallgraphException
 
JavaCallgraphException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.github.houbb.java.callgraph.ex.exception.JavaCallgraphException
 
JCallGraph - com.github.houbb.java.callgraph.ex.stat中的类
Constructs a callgraph out of a JAR archive.
JCallGraph() - 类 的构造器com.github.houbb.java.callgraph.ex.stat.JCallGraph
 

L

linkCalls(Method) - 类 中的方法com.github.houbb.java.callgraph.ex.stat.DynamicCallManager
Link the Method's name to its concrete caller if required.

M

methodCalls() - 类 中的方法com.github.houbb.java.callgraph.ex.stat.ClassVisitor
 
MethodStack - com.github.houbb.java.callgraph.ex.dyn中的类
 
MethodStack() - 类 的构造器com.github.houbb.java.callgraph.ex.dyn.MethodStack
 
MethodVisitor - com.github.houbb.java.callgraph.ex.stat中的类
The simplest of method visitors, prints any invoked method signature for all method invocations.
MethodVisitor(MethodGen, JavaClass) - 类 的构造器com.github.houbb.java.callgraph.ex.stat.MethodVisitor
 

P

Pair<A,B> - com.github.houbb.java.callgraph.ex.dyn中的类
 
Pair(A, B) - 类 的构造器com.github.houbb.java.callgraph.ex.dyn.Pair
 
pop() - 类 中的静态方法com.github.houbb.java.callgraph.ex.dyn.MethodStack
 
premain(String, Instrumentation) - 类 中的静态方法com.github.houbb.java.callgraph.ex.dyn.Instrumenter
 
push(String) - 类 中的静态方法com.github.houbb.java.callgraph.ex.dyn.MethodStack
 

R

retrieveCalls(Method, JavaClass) - 类 中的方法com.github.houbb.java.callgraph.ex.stat.DynamicCallManager
Retrieve dynamic call relationships based on the code of the provided Method.

S

second - 类 中的变量com.github.houbb.java.callgraph.ex.dyn.Pair
 
start() - 类 中的方法com.github.houbb.java.callgraph.ex.stat.ClassVisitor
 
start() - 类 中的方法com.github.houbb.java.callgraph.ex.stat.MethodVisitor
 

T

toString() - 类 中的方法com.github.houbb.java.callgraph.ex.dyn.Pair
 
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - 类 中的方法com.github.houbb.java.callgraph.ex.dyn.Instrumenter
 

V

visitConstantPool(ConstantPool) - 类 中的方法com.github.houbb.java.callgraph.ex.stat.ClassVisitor
 
visitINVOKEDYNAMIC(INVOKEDYNAMIC) - 类 中的方法com.github.houbb.java.callgraph.ex.stat.MethodVisitor
 
visitINVOKEINTERFACE(INVOKEINTERFACE) - 类 中的方法com.github.houbb.java.callgraph.ex.stat.MethodVisitor
 
visitINVOKESPECIAL(INVOKESPECIAL) - 类 中的方法com.github.houbb.java.callgraph.ex.stat.MethodVisitor
 
visitINVOKESTATIC(INVOKESTATIC) - 类 中的方法com.github.houbb.java.callgraph.ex.stat.MethodVisitor
 
visitINVOKEVIRTUAL(INVOKEVIRTUAL) - 类 中的方法com.github.houbb.java.callgraph.ex.stat.MethodVisitor
 
visitJavaClass(JavaClass) - 类 中的方法com.github.houbb.java.callgraph.ex.stat.ClassVisitor
 
visitMethod(Method) - 类 中的方法com.github.houbb.java.callgraph.ex.stat.ClassVisitor
 
C D E F G H I J L M P R S T V 
跳过导航链接

Copyright © 2023. All rights reserved.