Searched refs:coreMethods (Results 1 – 1 of 1) sorted by relevance
496 final Method[] coreMethods = coreClass.getDeclaredMethods(); in testComputerStructure() local505 final Method core = matchMethod(m, coreMethods); in testComputerStructure()523 Method[] coreHelpers = new Method[coreMethods.length]; in testComputerStructure()525 for (Method m : coreMethods) { in testComputerStructure()