Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
if (false) {
for (int methodToCallCount=0; methodToCallCount <= 7; methodToCallCount++) {
for (int classCount = 0; classCount <= 15; classCount++) {
Class thisClass = Class.forName("io.manycore.reflection.Meng" + classCount);
capture(thisClass.toString());
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment