static Map getBracketMapIncludingAngleBrackets(L tok) { ret getBracketMap(tok, lithashset("(", "{", "<"), lithashset(")", "}", ">")); }