Searched defs:methodBody (Results 1 – 8 of 8) sorted by relevance
69 BlockStmt methodBody = addMethod.createBody(); in testRemoveStatementFromMethodBody() local
256 CodeBlock invocation(TypeMirror parameterType, Supplier<CodeBlock> methodBody) { in invocation()282 String methodName, TypeMirror type, Supplier<CodeBlock> methodBody) { in createMethod()
72 … StringBuilder methodBody = new StringBuilder("return $L($T.builder().applyMutation($L).build()"); in consumerBuilderVariant() local
73 String methodBody = "public void test() { defaultMethod(); }"; in testJIRA246() local141 …String methodBody = "public int run() { return foo() + super.foo() + super.bar() + test5.JIRA248In… in testJIRA248() local
496 List<Statement> methodBody = new ArrayList<>(); in createRpcExceptionTestMethod() local
854 List<Statement> methodBody = new ArrayList<>(); in createRpcExceptionTestMethod() local
766 List<Statement> methodBody = in createUnsupportedTestMethod() local
1203 CodeBlock methodBody = CodeBlock.builder() in codeBlocks() local