Searched refs:demandConstructor (Results 1 – 2 of 2) sorted by relevance
46 ConstructorDeclaration expectedConstructor = Navigator.demandConstructor(otherClazz, 0); in solveNormalConstructor()65 ConstructorDeclaration expectedConstructor = Navigator.demandConstructor(innerClazz, 0); in solveInnerClassConstructor()84 ConstructorDeclaration expectedConstructor = Navigator.demandConstructor(innerClazz, 0); in solveInnerClassConstructorWithNewScope()103 ConstructorDeclaration expectedConstructor = Navigator.demandConstructor(innerClazz, 0); in solveInnerInnerClassConstructor()131 ConstructorDeclaration constructorDeclaration = Navigator.demandConstructor(clazz, 0); in solveNonPublicParentConstructorReflection()
143 public static ConstructorDeclaration demandConstructor(TypeDeclaration<?> td, int index) { in demandConstructor() method in Navigator