MCPcopy Create free account
hub / github.com/Belluxx/Java2Smali / main

Method main

src/com/belluxx/java2smali/Main.java:21–23  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

19 private File compiledJava;
20
21 public static void main(String[] args) {
22 new Main().init(args);
23 }
24
25 public static void print(String s) {
26 System.out.println(s);

Callers 2

runDxMethod · 0.80
runBaksmaliMethod · 0.80

Calls 1

initMethod · 0.80

Tested by

no test coverage detected