[Wala-wala] Question about PDFControlDependencyGraph

11 views
Skip to first unread message

Phyu Hnin

unread,
Aug 28, 2020, 5:01:17 AM8/28/20
to wala...@lists.sourceforge.net
Hello,
I am testing the example program PDFControlDependencyGraph.java. I would like to know the method signature of "main method".
for example, We can write program argument for "public int add(int a, int b)" in Class Name "Calculator" in test.jar.
    -appjar test.jar -sig add(II)I
But, I don't know how to write for "public static void main(String[]args)" method.
 
I am newbie in WALA.

I am looking forward to hearing from you.
Best Regards,
ph

Virus-free. www.avg.com

Julian Dolby

unread,
Aug 28, 2020, 9:02:18 AM8/28/20
to wala...@lists.sourceforge.net
Phyu Hnin,
 
  These are standard Java bytecode descriptors, so the sig you need would be main([Ljava/lang/String;)V
 
  -- Julian
 
_______________________________________________
Wala-wala mailing list
Wala...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wala-wala 
 

Reply all
Reply to author
Forward
0 new messages