Searched refs:matchConstructor (Results 1 – 1 of 1) sorted by relevance
275 private static boolean matchConstructor(final Constructor cons, final FieldInfo[] fields) { in matchConstructor() method in Struct574 if (matchConstructor(cons, foundFields)) constructor = cons; in parse()