Methods in wt.tools.xref with parameters of type Method |
(package private) void |
IndexJavaSource.processMethodCalls(ClassFile cf,
CodeAttrInfo cai,
Method currentMethod,
MethodInfo mi)
if displayLocalCalls is true, then only output calls to methods in this class
otherwise only output calls to methods not in this class. |
(package private) void |
IndexJavaSource.processCode(ClassFile cf,
CodeAttrInfo cai,
Method method,
MethodInfo mi)
|
(package private) String |
CodebaseOutput.methodSignature(Method m)
|
(package private) void |
CallGraph.processMethodCalls(ClassFile cf,
CodeAttrInfo cai,
boolean displayLocalCalls,
Method currentMethod)
if displayLocalCalls is true, then only output calls to methods in this class
otherwise only output calls to methods not in this class. |
(package private) void |
CallGraph.processCode(ClassFile cf,
CodeAttrInfo cai,
Method method)
|