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