Searched refs:inputMethod (Results 1 – 3 of 3) sorted by relevance
70 MethodNode inputMethod = in testAllMethods_invalidConstructor() local74 Executable accept = () -> inputMethod.accept(new BasicAdviceAdapter(outputMethod)); in testAllMethods_invalidConstructor()82 MethodNode inputMethod = in testAllMethods_simpleConstructor() local92 inputMethod.accept(new BasicAdviceAdapter(outputMethod)); in testAllMethods_simpleConstructor()95 new ExpectedMethodBuilder(inputMethod).withBeforeAdviceAt(2).withAfterAdviceAt(2).build(); in testAllMethods_simpleConstructor()104 MethodNode inputMethod = in testAllMethods_constructorWithTwoSuperInitInTwoBranches() local128 inputMethod.accept(new BasicAdviceAdapter(outputMethod)); in testAllMethods_constructorWithTwoSuperInitInTwoBranches()131 new ExpectedMethodBuilder(inputMethod) in testAllMethods_constructorWithTwoSuperInitInTwoBranches()145 MethodNode inputMethod = in testAllMethods_constructorWithTwoSuperInitInTwoSwitchBranches() local171 inputMethod.accept(new BasicAdviceAdapter(outputMethod)); in testAllMethods_constructorWithTwoSuperInitInTwoSwitchBranches()[all …]
135 MethodNode inputMethod = in testInlineJsr_basicTryFinally() local160 inputMethod.accept( in testInlineJsr_basicTryFinally()220 MethodNode inputMethod = in testInlineJsr_ifElseInFinally() local251 inputMethod.accept( in testInlineJsr_ifElseInFinally()327 MethodNode inputMethod = in testInlineJsr_lookupOrTableSwitchInFinally() local359 inputMethod.accept( in testInlineJsr_lookupOrTableSwitchInFinally()433 MethodNode inputMethod = in testInlineJsr_simpleNestedFinally() local463 inputMethod.accept( in testInlineJsr_simpleNestedFinally()560 MethodNode inputMethod = in testInlineJsr_subroutineWithNoRet() local585 inputMethod.accept( in testInlineJsr_subroutineWithNoRet()[all …]
216 InputMethod inputMethod, in getShowRowAction() argument251 if (inputMethod == InputMethod.BULK && (this != Phase.SUBMISSION && isUnitTest())) { in getShowRowAction()312 InputMethod inputMethod, in getAcceptNewItemAction() argument