Searched defs:defaultConstructor (Results 1 – 7 of 7) sorted by relevance
53 Constructor<?> defaultConstructor = null; in findDefaultConstructor() local
66 function SpeciesConstructor(object, defaultConstructor) { argument
135 public static CtConstructor defaultConstructor(CtClass declaring) in defaultConstructor() method in CtNewConstructor
28 Constructor<T> defaultConstructor = clazz.getDeclaredConstructor(); in newInstanceOf() local
26 private StaticClassWithDefaultConstructor defaultConstructor; field in FieldInitializerTest
432 MethodNode defaultConstructor = new MethodNode(ACC_PUBLIC, "<init>", "()V", "()V", null); in addNoArgsConstructor() local
1309 Constructor<?> defaultConstructor = ArrayList.class.getConstructor(); in testConstructor_equals() local