// Wrappers around methods located in file not.smali.
privatestaticint smaliNotInt(int a) throws Exception { Class<?> c = Class.forName("TestNot");
Method m = c.getMethod("$opt$NotInt", int.class); int result = (Integer)m.invoke(null, a); return result;
}
privatestaticlong smaliNotLong(long a) throws Exception { Class<?> c = Class.forName("TestNot");
Method m = c.getMethod("$opt$NotLong", long.class); long result = (Long)m.invoke(null, a); return result;
}
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-06-29)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.