Searched refs:returnVoid (Results 1 – 7 of 7) sorted by relevance
61 codeBuilder.returnVoid(); in generateClass()
102 code.returnVoid(); in generateHelloMethod()
600 code.returnVoid(); in generateCodeForAllMethods()629 superCode.returnVoid(); in generateCodeForAllMethods()710 constructorCode.returnVoid(); in generateConstructorsAndFields()848 code.returnVoid(); in generateCodeForReturnStatement()
144 code.returnVoid(); in testVoidNoArgMemberMethod()206 code.returnVoid(); in testCreateLocalMethodAsNull()418 code.returnVoid(); in testReturnTypeMismatch()495 code.returnVoid(); in testDeclareConstructor()585 code.returnVoid(); in testReturnType()1281 code.returnVoid(); in testStaticInitializer()1711 code.returnVoid(); in testUnusedParameters()1954 code.returnVoid(); in testSynchronizedFlagImpactsDeclarationOnly()1988 code.returnVoid(); in testMonitorEnterMonitorExit()2067 code.returnVoid(); in addDefaultConstructor()[all …]
369 code.returnVoid(); in generateVoidMethod()
102 code.returnVoid();
836 public void returnVoid() { in returnVoid() method in Code