static LL tok_findMainFunctions(S src) { ret findFullFunctionDefs(tok_classBody(findMainClass(javaTok(src))), true); }