I'm trying to use sun-codemodel to generate source code, checking the API for a long time however no luck.
JBlock body2 = method2.body();
JInvocation arg = body2.invoke( "a" ).arg( xxx ).invoke( "c" ).arg( xxx );
only generate the first part, i.e. a(xxx)
Any ideas?