static L tok_methodBody(S src) { ret tok_methodBody(javaTok(src)); } static L tok_methodBody(LS tok) { ret tok_firstBlock(tok); }