static bool tok_containsSimpleArrow(S s) { ret tok_containsSimpleArrow(javaTok(S)); } static bool tok_containsSimpleArrow(L tok) { ret jfind(s, "->") >= 0; }