svoid tok_shortMethodReferences(LS tok) { jreplace(tok, "::", "main::$3", tokCondition { ret i > 0 && !isIdentifier(get(tok, i-1)); }); }